Exemplo n.º 1
0
 /**
  * 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;
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param ResultInterface $result Result to decorate
  */
 public function __construct(ResultInterface $result)
 {
     parent::__construct($result);
 }