Eloquent\Phony\Mock\Builder\Method\CustomMethodDefinition::method PHP 메소드

method() 공개 메소드

Get the method.
public method ( ) : ReflectionFunctionAbstract
리턴 ReflectionFunctionAbstract The method.
    public function method()
    {
        return $this->method;
    }