コード例 #1
0
ファイル: FPDF_TPL.php プロジェクト: Lazaro-Gallo/psmn
 /**
  * Private Method
  */
 function _out($s)
 {
     if ($this->state == 2 && $this->_intpl) {
         $this->tpls[$this->tpl]['buffer'] .= $s . "\n";
     } else {
         parent::_out($s);
     }
 }