LayoutService LayoutService(
)
|
|
Instantiates a new LayoutService.
This is used for receiving any kind of Layout Object.
array getDefinitionNames(
)
|
|
Gets an Array with all known Definition Names.
API Tags:
| Return: | all known definition names |
Layout getLayout(
$name, [
$key = '']
)
|
|
Returns the Layout for the given Defintion file and key (if provided).
This methods uses a caching mechanism, better do not instantiate Layouts directly!
Parameters:
API Tags:
| Return: | the required Layout. |