ePages 6.10 - DE_EPAGES/Presentation/API/Attribute.pm

Package DE_EPAGES::Presentation::API::Attribute

API helper functions for attributes.

@EXPORT_OK
CheckAttributeAlias

Functions

CheckAttributeAlias

CheckAttributeAlias

Checks if a given alias can be used to create a new attribute. Throws an error if the alias can not be used:

  • AliasReserved - the alias is reserved for the system
  • AliasWithUmlauts - the alias contains characters that can not be used in XML
  • Syntax
    CheckAttributeAlias($Alias);
    Input
    $Alias (string)
    alias to check