PHP Class MetaTemplate, newscoop

Inheritance: extends MetaDbObject
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство Type Description
$_map

Méthodes publiques

Méthode Description
GetTypeName ( )
__construct ( $p_templateIdOrName = null, $p_themePath = null )

Méthodes protégées

Méthode Description
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 ( )

Method Details

GetTypeName() public static méthode

public static GetTypeName ( )

__construct() public méthode

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

getByTemplateIdOrName() protected méthode

Try to get it from the template id (templates table)
Author: Mihai Balaceanu
protected getByTemplateIdOrName ( integer $tplId )
$tplId integer

getId() protected méthode

protected getId ( )

getTemplateType() protected méthode

protected getTemplateType ( )

getThemeDir() protected méthode

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

getValue() protected méthode

protected getValue ( )

Property Details

$_map protected_oe property

protected $_map