Class AdminStyleService

Description

Class used for handling Administration Styles.

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


			
Method Summary
Methods
Constructor AdminStyleService (line 42)
AdminStyleService AdminStyleService ()
getAllStyles (line 59)

Get all available Styles as an Array of AdminStyle Classes.

  • return: all Styles as AdminStyle
array getAllStyles ()
getAvailableStyles (line 75)

Return all availabel Style Names as Array.

  • return: all Style Names
array getAvailableStyles ()
getConfiguredStyle (line 93)

This returns the configured Default Admin Style.

  • return: the configured AdminStyle
AdminStyle getConfiguredStyle ()
loadStyle (line 49)

Returns the desired Style.

  • return: the requested AdminStyle
AdminStyle loadStyle ( $name)
  • $name

Documentation generated by phpDocumentor 1.3.1