Imbo\Resource\AccessRule::getAllowedMethods PHP Method

getAllowedMethods() public method

public getAllowedMethods ( )
    public function getAllowedMethods()
    {
        return ['GET', 'HEAD', 'DELETE'];
    }