eZ Publish [4.0]
kernel Namespace Reference

File containing the eZAutoloadGenerator class. More...


Detailed Description

File containing the eZAutoloadGenerator class.

eZNamePatternResolver is a utility class for resolving object name and url alias patterns.

File containing the eZNamePatternResolver class.

Prints generated code used for the autoload files.

Utility class for generating autoload arrays for eZ Publish.

Copyright (C) 2005-2008 eZ Systems AS. All rights reserved. http://ez.no/licenses/gnu_gpl GNU GPL v2

Version:
//autogentag//

The class can handle classes from the kernel and extensions.

Version:
//autogentag//
Parameters:
string$part
Returns:
string

This code supports object name pattern groups.

Syntax: <attribute_identifier> <attribute_identifier> <2nd-identifier> User text <attribute_identifier>|(<2nd-identifier><3rd-identifier>)

Example: <nickname|(<firstname> <lastname>)>

Tokens are looked up from left to right. If a match is found for the leftmost token, the 2nd token will not be used. Tokens are representations of atttributes. So a match means that that the current attribute has data.

tokens are the class attribute identifiers which are used in the class edit-interface.

Version:
//autogentag//