Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
Itheme Interface Reference

The common interface for all theme classes. More...

+ Inheritance diagram for Itheme:

Public Member Functions

 dftPath ()
 Returns the default theme absolute path.
 dftViewPath ()
 Returns the absolute path of the default theme view folder.
 getCss ()
 Returns the list of css to be included in the document.
 getDescription ()
 Returns the theme description.
 getImage ()
 Returns the theme snapshot.
 getJs ()
 Returns the list of js to be included in the document.
 getName ()
 Returns the theme name.
 getTemplate ()
 Getter method for the $_tpl member.
 name ()
 Returns the theme name.
 path ()
 Returns the theme absolute path.
 setTpl ($tpl)
 Sets the document template to render.
 viewPath ()
 Returns the absolute path of the theme view folder.

Detailed Description

The common interface for all theme classes.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 54 of file interface.theme.php.


Member Function Documentation

Returns the default theme absolute path.

Returns:
the default theme absolute path

Returns the absolute path of the default theme view folder.

Returns:
the absolute path of the default theme view folder

Returns the list of css to be included in the document.

Returns:
the array containing the theme css to include in the document

Returns the theme description.

Returns:
the theme description

Implemented in defaultTheme, and whiteTheme.

Returns the theme snapshot.

Returns:
the theme snapshot

Implemented in defaultTheme, and whiteTheme.

Returns the list of js to be included in the document.

Returns:
the array containing the theme js to include in the document

Returns the theme name.

Returns:
the theme name

Implemented in defaultTheme, and whiteTheme.

Getter method for the $_tpl member.

Returns:
the template object property

Returns the theme name.

Returns:
the theme name

Returns the theme absolute path.

Returns:
the theme absolute path
Itheme::setTpl ( tpl)

Sets the document template to render.

Parameters:
string$tplthe template name
Returns:
the template instance if the template file exists, null otherwise.

Returns the absolute path of the theme view folder.

Returns:
the absolute path of the theme view folder

The documentation for this interface was generated from the following file: