예제 #1
0
파일: Define.php 프로젝트: palmic/lbox
 public function after(PHPTAL_Php_CodeWriter $codewriter)
 {
     if ($this->tmp_content_var) {
         $codewriter->recycleTempVariable($this->tmp_content_var);
     }
     if ($this->_pushedContext) {
         $codewriter->popContext();
     }
 }
예제 #2
0
 public function after(PHPTAL_Php_CodeWriter $codewriter)
 {
     $codewriter->doEnd();
     $codewriter->popContext();
     $codewriter->recycleTempVariable($this->var);
 }