PHP Класс Horde_Themes_Cache, horde

Автор: Michael Slusarz ([email protected])
Наследование: implements Serializable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$changed boolean Has the data changed?

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Открытые методы

Метод Описание
__construct ( string $app, string $theme ) Constructor.
build ( ) : array Build the entire theme data structure.
get ( $item, $mask )
getAll ( $item, $mask )
getCacheId ( )
serialize ( )
unserialize ( $data )

Защищенные методы

Метод Описание
_build ( string $app, string $theme, integer $mask ) Add theme data from an app/theme combo.
_get ( $item )
_getOutput ( $app, $theme, $item )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $app, string $theme )
$app string The application name.
$theme string The theme name.

_build() защищенный Метод

Add theme data from an app/theme combo.
protected _build ( string $app, string $theme, integer $mask )
$app string The application name.
$theme string The theme name.
$mask integer Mask for the app/theme combo.

_get() защищенный Метод

protected _get ( $item )

_getOutput() защищенный Метод

protected _getOutput ( $app, $theme, $item )

build() публичный Метод

Build the entire theme data structure.
public build ( ) : array
Результат array The list of theme files.

get() публичный Метод

public get ( $item, $mask )

getAll() публичный Метод

public getAll ( $item, $mask )

getCacheId() публичный Метод

public getCacheId ( )

serialize() публичный Метод

public serialize ( )

unserialize() публичный Метод

public unserialize ( $data )

Описание свойств

$_app защищенное свойство

Application name.
protected string $_app
Результат string

$_cacheid защищенное свойство

The cache ID.
protected string $_cacheid
Результат string

$_complete защищенное свойство

Is this a complete representation of the theme?
protected bool $_complete
Результат boolean

$_data защищенное свойство

Theme data.
protected array $_data
Результат array

$_theme защищенное свойство

Theme name.
protected string $_theme
Результат string

$changed публичное свойство

Has the data changed?
public bool $changed
Результат boolean