Eloquent\Phony\Mock\Method\AbstractWrappedMethod::method PHP Méthode

method() public méthode

Get the method.
public method ( ) : ReflectionMethod
Résultat ReflectionMethod The method.
    public function method()
    {
        return $this->method;
    }