PHP 클래스 Hookr_Singleton, hookr-plugin

파일 보기 프로젝트 열기: explodybits/hookr-plugin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_instances

보호된 메소드들

메소드 설명
__clone ( )
__construct ( )
get_instance ( string $class = __CLASS__ ) : string Returns the singleton instance.

메소드 상세

__clone() 보호된 메소드

protected __clone ( )

__construct() 보호된 메소드

protected __construct ( )

get_instance() 보호된 정적인 메소드

Returns the singleton instance.
protected static get_instance ( string $class = __CLASS__ ) : string
$class string
리턴 string

프로퍼티 상세

$_instances 보호되어 있는 정적으로 프로퍼티

protected static $_instances