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

getMethod() public method

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