PHP 클래스 CampTemplate

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

공개 프로퍼티들

프로퍼티 타입 설명
$campsiteVector array
$templateCacheHandler
$useprotocol

공개 메소드들

메소드 설명
__construct ( )
context ( ) : CampContext Returns the template context object.
contextInitialized ( ) : boolean Test if context is initialized.
getPluginsPluginsDir ( ) : array Get plugins plugins dir.
refreshContext ( )
singleton ( ) : CampTemplate Singleton function that returns the global class object.
trigger_error ( string $p_message, object $p_smarty = null ) Inserts an error message into the errors list.

비공개 메소드들

메소드 설명
getTemplateTranslationsFiles ( ) Get translations files for theme.

메소드 상세

__construct() 공개 메소드

public __construct ( )

context() 공개 메소드

Returns the template context object.
public context ( ) : CampContext
리턴 CampContext object

contextInitialized() 공개 메소드

Test if context is initialized.
public contextInitialized ( ) : boolean
리턴 boolean

getPluginsPluginsDir() 공개 정적인 메소드

Get plugins plugins dir.
public static getPluginsPluginsDir ( ) : array
리턴 array

refreshContext() 공개 메소드

public refreshContext ( )

singleton() 공개 정적인 메소드

Singleton function that returns the global class object.
public static singleton ( ) : CampTemplate
리턴 CampTemplate object

trigger_error() 공개 메소드

Inserts an error message into the errors list.
public trigger_error ( string $p_message, object $p_smarty = null )
$p_message string
$p_smarty object

프로퍼티 상세

$campsiteVector 공개적으로 프로퍼티

public array $campsiteVector
리턴 array

$templateCacheHandler 공개적으로 프로퍼티

public $templateCacheHandler

$useprotocol 공개적으로 프로퍼티

public $useprotocol