_putresources() public method

public _putresources ( )
Exemplo n.º 1
0
 function _putresources()
 {
     parent::_putresources();
     if ($this->encrypted) {
         $this->_newobj();
         $this->enc_obj_id = $this->n;
         $this->_out('<<');
         $this->_putencryption();
         $this->_out('>>');
         $this->_out('endobj');
     }
 }