PHP 클래스 WPDKPlugins

사용 중단: since 1.6.0 - Not more used
저자: =undo= ([email protected])
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 프로퍼티들

프로퍼티 타입 설명
$plugins array List of the installed plugins. No wpXtreme plugin. This is a key pairs value array with value as WPDKPlugin object
$wpxPlugins array List of the wpXtreme plugins. This is a key pairs value array with value as WPDKPlugin object.

공개 메소드들

메소드 설명
getInstance ( ) : WPDKPlugins Return a singleton instance of WPDKPlugins class

비공개 메소드들

메소드 설명
__construct ( ) : WPDKPlugins Create an instance of WPDKPlugins class
_init ( ) Initialize the properties to default values
_initPluginsLists ( ) Init and build the plugins list

메소드 상세

getInstance() 정적인 공개 메소드

Return a singleton instance of WPDKPlugins class
static public getInstance ( ) : WPDKPlugins
리턴 WPDKPlugins

프로퍼티 상세

$plugins 공개적으로 프로퍼티

List of the installed plugins. No wpXtreme plugin. This is a key pairs value array with value as WPDKPlugin object
public array $plugins
리턴 array

$wpxPlugins 공개적으로 프로퍼티

List of the wpXtreme plugins. This is a key pairs value array with value as WPDKPlugin object.
public array $wpxPlugins
리턴 array