PHP Класс MetaTemplate

Наследование: extends MetaDbObject
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_map

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

Метод Описание
GetTypeName ( )
__construct ( $p_templateIdOrName = null, $p_themePath = null )

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

Метод Описание
getByTemplateIdOrName ( integer $tplId ) Try to get it from the template id (templates table)
getId ( )
getTemplateType ( )
getThemeDir ( ) we need this theme info for securing the smarty caching
getValue ( )

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

GetTypeName() публичный статический Метод

public static GetTypeName ( )

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

public __construct ( $p_templateIdOrName = null, $p_themePath = null )

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

Try to get it from the template id (templates table)
Автор: Mihai Balaceanu
protected getByTemplateIdOrName ( integer $tplId )
$tplId integer

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

protected getId ( )

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

protected getTemplateType ( )

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

we need this theme info for securing the smarty caching
protected getThemeDir ( )

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

protected getValue ( )

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

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

protected $_map