Nelmio\Alice\Definition\FakeMethodCall::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string
    public function __toString() : string
    {
        $this->__call(__METHOD__, func_get_args());
    }