Class LayoutService

Description

This should be used to handle Layouts.

Receive all information about the known Layouts.

  • version: $Id: LayoutService.php,v 1.6 2006/11/26 22:04:20 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
LayoutService LayoutService ()
Layout getLayout ( $name, [ $key = ''])
Methods
Constructor LayoutService (line 50)

Instantiates a new LayoutService.

This is used for receiving any kind of Layout Object.

LayoutService LayoutService ()
getDefinitionNames (line 58)

Gets an Array with all known Definition Names.

  • return: all known definition names
array getDefinitionNames ()
getLayout (line 79)

Returns the Layout for the given Defintion file and key (if provided).

This methods uses a caching mechanism, better do not instantiate Layouts directly!

  • return: the required Layout.
Layout getLayout ( $name, [ $key = ''])
  • $name
  • $key

Documentation generated by phpDocumentor 1.3.1