PHPSpec2\Prophet\MockProphet::__get PHP Method

__get() public method

public __get ( $method )
    public function __get($method)
    {
        return new MockExpectation($this->subject, $method, $this->mocker, $this->unwrapper);
    }