[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/wact/src/compiler/tag_node/ -> WactGenericContainerHTMLTag.class.php (source)

   1  <?php
   2  /*
   3   * Limb PHP Framework
   4   *
   5   * @link http://limb-project.com 
   6   * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
   7   * @license    LGPL http://www.gnu.org/copyleft/lesser.html 
   8   */
   9  
  10  /**
  11   * Compile time component for tags in template which are not
  12   * recognized WACT tags but have a runat="server" attribute.
  13   * This allows native HTML tags, for example, to be manipulated
  14   * at runtime.
  15   * WactGenericContainerHTMLTag is for tags with children.
  16   * @package wact
  17   * @version $Id: WactGenericContainerHTMLTag.class.php 5945 2007-06-06 08:31:43Z pachanga $
  18   */
  19  class WactGenericContainerHTMLTag extends WactRuntimeComponentHTMLTag
  20  {
  21    protected $runtimeIncludeFile;
  22    protected $runtimeComponentName = 'WactRuntimeTagComponent';
  23  
  24    function generateAfterOpenTag($code_writer)
  25    {
  26      $code_writer->writePHP($this->getComponentRefCode() . '->render();');
  27    }
  28  }
  29  
  30  ?>


Generated: Mon Dec 1 03:56:46 2008 Cross-referenced by PHPXref 0.7