PHP 클래스 jPrefManager

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_ini
$_pref_config_file

공개 메소드들

메소드 설명
addGroup ( jPrefItemGroup $grp ) Add a group of preference into the preference config.
addPreference ( $pref ) Add a preference into the preference config.
getAllPreferences ( $get_prefs_values = true )
getPref ( $pref_id, $get_pref_value = true )
importFromIni ( $iniFile )

보호된 메소드들

메소드 설명
_getPrefFile ( )
_loadIniModifier ( )

메소드 상세

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

protected static _getPrefFile ( )

_loadIniModifier() 보호된 메소드

protected _loadIniModifier ( )

addGroup() 공개 메소드

Add a group of preference into the preference config.
public addGroup ( jPrefItemGroup $grp )
$grp jPrefItemGroup the preference group to add

addPreference() 공개 메소드

Add a preference into the preference config.
public addPreference ( $pref )

getAllPreferences() 공개 정적인 메소드

public static getAllPreferences ( $get_prefs_values = true )

getPref() 공개 정적인 메소드

public static getPref ( $pref_id, $get_pref_value = true )

importFromIni() 공개 정적인 메소드

부터: 1.6.5
public static importFromIni ( $iniFile )

프로퍼티 상세

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

protected static $_ini

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

protected static $_pref_config_file