Example #1
0
    /**
     * Object constructor
     *
     * @param Zend_Pdf_Element_Dictionary $dict
     * @param Zend_Pdf_Element_Reference_Context $context
     * @param Zend_Pdf_Trailer $prev
     */
    public function __construct(Zend_Pdf_Element_Dictionary $dict,
                                Zend_Pdf_Element_Reference_Context $context,
                                Zend_Pdf_Trailer $prev = null)
    {
        parent::__construct($dict);

        $this->_context = $context;
        $this->_prev    = $prev;
    }
Example #2
0
 /**
  * Object constructor
  *
  * @param Zend_Pdf_Element_Dictionary $dict
  */
 public function __construct(Zend_Pdf_Element_Dictionary $dict)
 {
     parent::__construct($dict);
 }