Source for file Block.php

Documentation is available at Block.php

  1. <?php
  2.  
  3. /**
  4.  * interface that represents a compilable block plugin
  5.  *
  6.  * implement this to notify the compiler that this plugin does not need to be loaded at runtime.
  7.  *
  8.  * This software is provided 'as-is', without any express or implied warranty.
  9.  * In no event will the authors be held liable for any damages arising from the use of this software.
  10.  *
  11.  * This file is released under the LGPL
  12.  * "GNU Lesser General Public License"
  13.  * More information can be found here:
  14.  * {@link http://www.gnu.org/copyleft/lesser.html}
  15.  *
  16.  * @author     Jordi Boggiano <[email protected]>
  17.  * @copyright  Copyright (c) 2008, Jordi Boggiano
  18.  * @license    http://www.gnu.org/copyleft/lesser.html  GNU Lesser General Public License
  19.  * @link       http://dwoo.org/
  20.  * @version    0.9.1
  21.  * @date       2008-05-30
  22.  * @package    Dwoo
  23.  */
  24. {
  25. }

Documentation generated on Sun, 03 Aug 2008 15:12:19 +0200 by phpDocumentor 1.4.0