PHP 클래스 MetaTemplate

상속: extends MetaDbObject
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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