PhpSpec\Wrapper\Collaborator::__get PHP Method

__get() public method

public __get ( string $parameter ) : mixed
$parameter string
return mixed
    public function __get($parameter)
    {
        return $this->prophecy->{$parameter};
    }