Property | Type | Description | |
---|---|---|---|
$changed | boolean | Has the data changed? |
Property | Type | Description | |
---|---|---|---|
$_app | string | Application name. | |
$_cacheid | string | The cache ID. | |
$_complete | boolean | Is this a complete representation of the theme? | |
$_data | array | Theme data. | |
$_theme | string | Theme name. |
Method | Description | |
---|---|---|
__construct ( string $app, string $theme ) | Constructor. | |
build ( ) : array | Build the entire theme data structure. | |
get ( $item, $mask ) | ||
getAll ( $item, $mask ) | ||
getCacheId ( ) | ||
serialize ( ) | ||
unserialize ( $data ) |
Method | Description | |
---|---|---|
_build ( string $app, string $theme, integer $mask ) | Add theme data from an app/theme combo. | |
_get ( $item ) | ||
_getOutput ( $app, $theme, $item ) |
public __construct ( string $app, string $theme ) | ||
$app | string | The application name. |
$theme | string | The theme name. |
protected bool $_complete | ||
return | boolean |