_puttrailer() public method

public _puttrailer ( )
コード例 #1
0
ファイル: fpdf.php プロジェクト: nilsteampassnet/TeamPass
 function _puttrailer()
 {
     parent::_puttrailer();
     if ($this->encrypted) {
         $this->_out('/Encrypt ' . $this->enc_obj_id . ' 0 R');
         $this->_out('/ID [()()]');
     }
 }