Item
[ class tree: Item ] [ index: Item ] [ all elements ]

Source for file Page.php

Documentation is available at Page.php

  1. <?php
  2. /**
  3.  * Formagic
  4.  *
  5.  * LICENCE
  6.  *
  7.  * This source file is subject to the new BSD license that is bundled
  8.  * with this package in the file LICENSE.txt.
  9.  * It is also available through the world-wide-web at
  10.  * http://formagic.weasle.de/licence.txt
  11.  * If you did not receive a copy of the license and are unable to
  12.  * obtain it through the world-wide-web, please send an email
  13.  * to licence@weasle.de so we can send you a copy immediately.
  14.  *
  15.  * @category    Formagic
  16.  * @package     Item
  17.  * @author      Florian Sonnenburg
  18.  * @copyright   Copyright (c) 2007 Florian Sonnenburg
  19.  * @license     http://formagic.weasle.de/licence.txt     New BSD License
  20.  * @revision    $Revision: 11 $
  21.  */
  22.  
  23. /**
  24.  * Formagic page item class
  25.  *
  26.  * Extends container class, will be used to identify page objects for page
  27.  * controller
  28.  *
  29.  * @category    Formagic
  30.  * @package     Item
  31.  * @author      Florian Sonnenburg
  32.  * @copyright   Copyright (c) 2007 Florian Sonnenburg
  33.  * @version     $Id: Page.php 11 2007-08-12 20:02:57Z meweasle $
  34.  */
  35.  
  36.     /**
  37.      * Page item has no own HTML representation
  38.      *
  39.      * @var boolean 
  40.      ***/
  41.     public $hasHtml = false;
  42.  
  43. }

Documentation generated on Thu, 23 Aug 2007 00:29:44 +0200 by phpDocumentor 1.4.0