Source for file trim.tag.php

Documentation is available at trim.tag.php

  1. <?php
  2. /**
  3.  * class lmbMacroTrimTag.
  4.  * @tag trim
  5.  * @restrict_self_nesting
  6.  */
  7. class lmbMacroTrimTag extends lmbMacroTag
  8. {
  9.   protected function _generateContent($code)
  10.   {
  11.     lmbMacroTextNode :: setTrim(true);
  12.     parent :: _generateContent($code);
  13.     lmbMacroTextNode :: setTrim(false);
  14.   }
  15. }

Documentation generated on Wed, 07 Jan 2009 03:54:28 +0300 by phpDocumentor 1.3.2