Exemplo n.º 1
0
 public function before(PHPTAL_Php_CodeWriter $codewriter)
 {
     $codewriter->doTry();
     $codewriter->pushCode('ob_start()');
 }