Source for file newline.tag.php

Documentation is available at newline.tag.php

  1. <?php
  2. /**
  3.  * class lmbMacroNewlineTag.
  4.  * @tag newline
  5.  * @aliases nl
  6.  * @forbid_end_tag
  7.  */
  8. {
  9.   protected function _generateContent($code)
  10.   {
  11.     $code->writeHtml("\n");
  12.   }
  13. }

Documentation generated on Wed, 07 Jan 2009 03:53:16 +0300 by phpDocumentor 1.3.2