Source for file interface.php

Documentation is available at interface.php

  1. <?php
  2. /**
  3.  * @package     FrameworkOnFramework
  4.  * @subpackage  hal
  5.  * @copyright   Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved.
  6.  * @license     GNU General Public License version 2 or later; see LICENSE.txt
  7.  */
  8. defined('_JEXEC'or die;
  9.  
  10. /**
  11.  * Interface for HAL document renderers
  12.  *
  13.  * @package  FrameworkOnFramework
  14.  * @since    2.1
  15.  */
  16. {
  17.     /**
  18.      * Render a HAL document into a representation suitable for consumption.
  19.      *
  20.      * @param   array  $options  Renderer-specific options
  21.      *
  22.      * @return  void 
  23.      */
  24.     public function render($options array());
  25. }

Documentation generated on Tue, 19 Nov 2013 15:05:49 +0100 by phpDocumentor 1.4.3