Example #1
0
 function _putresources()
 {
     parent::_putresources();
     if (!empty($this->javascript)) {
         $this->_putjavascript();
     }
 }
 function _putresources()
 {
     parent::_putresources();
     if ($this->encrypted) {
         $this->_newobj();
         $this->enc_obj_id = $this->_current_obj_id;
         $this->_out('<<');
         $this->_putencryption();
         $this->_out('>>');
     }
 }
Example #3
0
 function _putresources()
 {
     $this->_putextgstates();
     parent::_putresources();
 }