Eloquent\Phony\Mock\Exception\FinalMethodStubException::name PHP Метод

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

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