PHP 클래스 Kirki_Toolkit, kirki

파일 보기 프로젝트 열기: aristath/kirki 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$instance object Holds the one, true instance of this object.

공개 메소드들

메소드 설명
get_instance ( ) : object Access the single instance of this class.

메소드 상세

get_instance() 공개 정적인 메소드

Access the single instance of this class.
public static get_instance ( ) : object
리턴 object Kirki_Toolkit.

프로퍼티 상세

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

Holds the one, true instance of this object.
protected static object $instance
리턴 object