Function Module_admin_themes->_get_theme_date
Definitions
adminzone/pages/modules/admin_themes.php
- Find a theme date.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $theme | ID_TEXT | No | No | required parameter | N/A | N/A | The theme codename |
Returns
- The theme date (null: theme not found)
- Type: ?Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find a theme date.
*
* @param ID_TEXT $theme The theme codename
* @return ?Tempcode The theme date (null: theme not found)
*/
protected function _get_theme_date(string $theme) : ?object
* Find a theme date.
*
* @param ID_TEXT $theme The theme codename
* @return ?Tempcode The theme date (null: theme not found)
*/
protected function _get_theme_date(string $theme) : ?object

