Imbo\Resource\AccessRules::getAllowedMethods PHP Méthode

getAllowedMethods() public méthode

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