Eloquent\Phony\Mock\Builder\Method\MethodDefinitionCollection::protectedMethods PHP Method

protectedMethods() public method

Get the protected instance methods.
public protectedMethods ( ) : MethodDefinition>\array
return MethodDefinition>\array
    public function protectedMethods()
    {
        return $this->protectedMethods;
    }