コード例 #1
0
ファイル: FaxResult.php プロジェクト: excelwebzone/pastum
 /**
  * Constructor.
  *
  * @param ResultInterface $result Result to decorate
  */
 public function __construct(ResultInterface $result)
 {
     parent::__construct($result);
     $this->resolution = false;
     $this->bitrate = false;
     $this->pages = false;
     $this->localId = false;
     $this->remoteId = false;
     $this->localHeader = false;
     $this->result = false;
     $this->error = false;
 }
コード例 #2
0
ファイル: DialResult.php プロジェクト: excelwebzone/pastum
 /**
  * Constructor.
  *
  * @param ResultInterface $result Result to decorate
  */
 public function __construct(ResultInterface $result)
 {
     parent::__construct($result);
 }