コード例 #1
0
ファイル: Keeper.php プロジェクト: nhp/shopware-4
    /**
     * 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;
    }
コード例 #2
0
ファイル: Generator.php プロジェクト: be-dmitry/zf1
 /**
  * Object constructor
  *
  * @param Zend_Pdf_Element_Dictionary $dict
  */
 public function __construct(Zend_Pdf_Element_Dictionary $dict)
 {
     parent::__construct($dict);
 }