Eloquent\Phony\Mock\Builder\Method\RealMethodDefinition::method PHP Метод

method() публичный Метод

Get the method.
public method ( ) : ReflectionFunctionAbstract
Результат ReflectionFunctionAbstract The method.
    public function method()
    {
        return $this->method;
    }