Theme class
Implements themeing for QVC applications
| Theme::add_metatag |
( |
|
$metatag = [] | ) |
|
Add a metatag
- Parameters
-
| array | $metatag | Contains array keys for name and content |
| Theme::add_script |
( |
|
$script | ) |
|
| Theme::add_shortcut_icon |
( |
|
$data | ) |
|
Add a shortcut icon
- Parameters
-
| Theme::add_stylesheet |
( |
|
$stylesheet | ) |
|
Add a stylesheet
- Parameters
-
| Theme::print_metatags |
( |
| ) |
|
Print the list of metatags
- Returns
- Theme
Print the list of scripts
- Returns
- Theme
| Theme::print_shortcut_icon |
( |
| ) |
|
Print the shortcut icon link
- Returns
- Theme
| Theme::print_stylesheets |
( |
| ) |
|
Print the list of stylesheets
- Returns
- Theme
| Theme::render |
( |
|
$vars = [], |
|
|
|
$return = false |
|
) |
| |
Render themed output of content.
- Parameters
-
| Theme::use_theme |
( |
|
$theme | ) |
|
Specify which theme to use
- Parameters
-
The documentation for this class was generated from the following file: