PhpSpec\Wrapper\Collaborator::__set PHP Method

__set() public method

public __set ( string $parameter, mixed $value )
$parameter string
$value mixed
    public function __set($parameter, $value)
    {
        $this->prophecy->{$parameter} = $value;
    }