Functional\Tests\MagicGetException::__construct PHP Method

__construct() public method

public __construct ( $throwExceptionInIsset, $throwExceptionInGet )
    public function __construct($throwExceptionInIsset, $throwExceptionInGet)
    {
        $this->throwExceptionInIsset = $throwExceptionInIsset;
        $this->throwExceptionInGet = $throwExceptionInGet;
    }