PHP 클래스 IMP_Ftree_Prefs, horde

저자: Michael Slusarz ([email protected])
상속: implements ArrayAccess, implements Horde_Shutdown_Task
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_data array Preference data.
$_locked boolean Is the preference locked?

공개 메소드들

메소드 설명
__get ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
shutdown ( )

메소드 상세

__get() 공개 메소드

public __get ( $name )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

shutdown() 공개 메소드

public shutdown ( )

프로퍼티 상세

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

Preference data.
protected array $_data
리턴 array

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

Is the preference locked?
protected bool $_locked
리턴 boolean