Nelmio\Alice\Definition\FakeMethodCall::getMethod PHP Méthode

getMethod() public méthode

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