Phundament-Packages
[ class tree: Phundament-Packages ] [ index: Phundament-Packages ] [ all elements ]

Source for file LDummyBrick.php

Documentation is available at LDummyBrick.php

  1. <?php
  2.  
  3.  
  4. /**
  5.  * LDummyBrick class file.
  6.  *
  7.  * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  8.  * @copyright 2005, diemeisterei GmbH. All rights reserved.
  9.  * @author $Author: schmunk $
  10.  * @version $Revision: 197 $  $Date: 2006-05-11 21:50:24 +0000 (Do, 11 Mai 2006) $
  11.  * @package Phundament.Packages
  12.  * @subpackage LContainer
  13.  */
  14.  
  15. /**
  16.  * A fallback
  17.  *
  18.  * @package System.Web.UI.WebControls
  19.  * @subpackage Debug
  20.  */
  21.  
  22. class LDummyBrick extends LBrick
  23. {
  24.     /**
  25.      * @return string name of the brick
  26.      */
  27.     public function getDescriptiveName()
  28.     {
  29.         return "for internal usage";
  30.     }
  31. }
  32. ?>

Documentation generated on Sun, 25 Feb 2007 16:10:20 +0100 by phpDocumentor 1.3.1