예제 #1
0
파일: Parsed.php 프로젝트: marcyniu/vendors
 /**
  * Object constructor
  *
  * @param \ZendPdf\InternalType\DictionaryObject $dict
  * @param \ZendPdf\InternalType\IndirectObjectReference\Context $context
  * @param \ZendPdf\Trailer\AbstractTrailer $prev
  */
 public function __construct(InternalType\DictionaryObject $dict, InternalType\IndirectObjectReference\Context $context, AbstractTrailer $prev = null)
 {
     parent::__construct($dict);
     $this->_context = $context;
     $this->_prev = $prev;
 }
예제 #2
0
 /**
  * Object constructor
  *
  * @param \ZendPdf\InternalType\DictionaryObject $dict
  */
 public function __construct(InternalType\DictionaryObject $dict)
 {
     parent::__construct($dict);
 }