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

Default theme class. More...

+ Inheritance diagram for defaultTheme:
+ Collaboration diagram for defaultTheme:

Public Member Functions

 __construct ()
 Constructs a default theme instance.
 getDescription ()
 Gets theme description.
 getImage ()
 Gets theme representative image.
 getName ()
 Gets theme name.

Detailed Description

Default theme class.

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

Definition at line 34 of file default.php.


Constructor & Destructor Documentation

Constructs a default theme instance.

Returns:
default theme instance

Definition at line 41 of file default.php.


Member Function Documentation

Gets theme description.

Returns:
string theme description

Implements Itheme.

Definition at line 70 of file default.php.

+ Here is the call graph for this function:

Gets theme representative image.

Returns:
string image relative path

Implements Itheme.

Definition at line 52 of file default.php.

+ Here is the call graph for this function:

Gets theme name.

Returns:
string theme name

Implements Itheme.

Definition at line 61 of file default.php.

+ Here is the call graph for this function:


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