Class AdminStyle

Description

Represents a single Administration Style.

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


			
Method Summary
AdminStyle AdminStyle ( $name)
String getCSS ()
void getDirectory ()
void getIncludeName ()
void getMimetypeImageURL ( $extension)
void getName ()
void getWebDirectory ()
void setCSS ( $css)
void setDirectory ( $dir)
void setName ( $name)
Methods
Constructor AdminStyle (line 54)
AdminStyle AdminStyle ( $name)
  • $name
getCSS (line 70)

Returns the full qualified Style File Name, including the Directory.

  • return: the full qulaified File Name
String getCSS ()
getDirectory (line 96)

Returns the Directory Name of this Style.

void getDirectory ()
getFileSystemDirectory (line 120)

Returns the Directory Name of this Style usable in PHP Scripts.

void getFileSystemDirectory ()
getIncludeName (line 104)

Returns the Include Name of this Style.

void getIncludeName ()
getMimetypeImageURL (line 137)

Returns an Image URL for the given Item, representing its Mimetype.

If none could be found, it uses a default Image.

void getMimetypeImageURL ( $extension)
  • $extension
getName (line 83)

Returns the Name of this Style.

void getName ()
getTemplateDirectory (line 128)

Returns the Directory Name where the Styles Templates resist.

void getTemplateDirectory ()
getWebDirectory (line 112)

Returns the Directory of this Style as URL, usable in HTML scripts.

void getWebDirectory ()
setCSS (line 61)
void setCSS ( $css)
  • $css
setDirectory (line 88)
void setDirectory ( $dir)
  • $dir
setName (line 75)
void setName ( $name)
  • $name

Documentation generated by phpDocumentor 1.3.1