__construct() public method

Constructor.
public __construct ( PAGI\Client\Result\IResult $result ) : void
$result PAGI\Client\Result\IResult Result to decorate.
return void
Example #1
0
 /**
  * Constructor.
  *
  * @param IResult $result Result to decorate.
  *
  * @return void
  */
 public function __construct(IResult $result)
 {
     parent::__construct($result);
 }
Example #2
0
 /**
  * Constructor.
  *
  * @param IResult $result Result to decorate.
  *
  * @return void
  */
 public function __construct(IResult $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;
 }