Imbo\Resource\Metadata::getAllowedMethods PHP Method

getAllowedMethods() public method

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