Eloquent\Phony\Mock\Builder\Method\MethodDefinitionCollection::protectedMethods PHP Метод

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

Get the protected instance methods.
public protectedMethods ( ) : MethodDefinition>\array
Результат MethodDefinition>\array
    public function protectedMethods()
    {
        return $this->protectedMethods;
    }