コード例 #1
0
 function _putresources()
 {
     parent::_putresources();
     if ($this->encrypted) {
         $this->_newobj();
         $this->enc_obj_id = $this->current_obj_id;
         $this->_out('<<');
         $this->_putencryption();
         $this->_out('>>');
     }
 }