コード例 #1
0
ファイル: AbstractImage.php プロジェクト: marcyniu/vendors
 /**
  * Object constructor.
  */
 public function __construct()
 {
     parent::__construct('');
     $this->_resource->dictionary->Type = new InternalType\NameObject('XObject');
     $this->_resource->dictionary->Subtype = new InternalType\NameObject('Image');
 }
コード例 #2
0
ファイル: AbstractFont.php プロジェクト: marcyniu/vendors
 /**
  * Object constructor.
  *
  */
 public function __construct()
 {
     parent::__construct(new InternalType\DictionaryObject());
     $this->_resource->Type = new InternalType\NameObject('Font');
 }