PHP 클래스 AdminPageFramework_Message

파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$aDefaults
$aMessages

보호된 프로퍼티들

프로퍼티 타입 설명
$_sTextDomain

공개 메소드들

메소드 설명
__ ( $sKey )
__construct ( $sTextDomain = 'admin-page-framework' )
__get ( $sPropertyName )
_e ( $sKey )
get ( $sKey = '' )
getInstance ( $sTextDomain = 'admin-page-framework' )
getTextDomain ( )
instantiate ( $sTextDomain = 'admin-page-framework' )
output ( $sKey )
set ( $sKey, $sValue )

비공개 메소드들

메소드 설명
__doDummy ( )
_getAllMessages ( )

메소드 상세

__() 공개 메소드

public __ ( $sKey )

__construct() 공개 메소드

public __construct ( $sTextDomain = 'admin-page-framework' )

__get() 공개 메소드

public __get ( $sPropertyName )

_e() 공개 메소드

public _e ( $sKey )

get() 공개 메소드

public get ( $sKey = '' )

getInstance() 공개 정적인 메소드

public static getInstance ( $sTextDomain = 'admin-page-framework' )

getTextDomain() 공개 메소드

public getTextDomain ( )

instantiate() 공개 정적인 메소드

public static instantiate ( $sTextDomain = 'admin-page-framework' )

output() 공개 메소드

public output ( $sKey )

set() 공개 메소드

public set ( $sKey, $sValue )

프로퍼티 상세

$_sTextDomain 보호되어 있는 프로퍼티

protected $_sTextDomain

$aDefaults 공개적으로 프로퍼티

public $aDefaults

$aMessages 공개적으로 프로퍼티

public $aMessages