Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
The common interface for all theme classes. More...
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. |
The common interface for all theme classes.
Definition at line 54 of file interface.theme.php.
Itheme::dftPath | ( | ) |
Returns the default theme absolute path.
Returns the absolute path of the default theme view folder.
Itheme::getCss | ( | ) |
Returns the list of css to be included in the document.
Returns the theme description.
Implemented in defaultTheme, and whiteTheme.
Itheme::getImage | ( | ) |
Itheme::getJs | ( | ) |
Returns the list of js to be included in the document.
Itheme::getName | ( | ) |
Getter method for the $_tpl member.
Itheme::name | ( | ) |
Returns the theme name.
Itheme::path | ( | ) |
Returns the theme absolute path.
Itheme::setTpl | ( | $ | tpl | ) |
Sets the document template to render.
string | $tpl | the template name |
Itheme::viewPath | ( | ) |
Returns the absolute path of the theme view folder.