PHP 클래스 IMP_Prefs_Sort_None, horde

저자: Michael Slusarz ([email protected])
상속: extends IMP_Prefs_Sort
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( ) Constructor.
gc ( ) Garbage collection.
offsetExists ( $offset ) * ArrayAccess methods.
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
upgradePrefs ( ) Upgrade the preference from IMP 4 value.

보호된 메소드들

메소드 설명
_save ( ) Save the preference to the backend.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

_save() 보호된 메소드

Save the preference to the backend.
protected _save ( )

gc() 공개 메소드

Garbage collection.
public gc ( )

offsetExists() 공개 메소드

* ArrayAccess methods.
public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

upgradePrefs() 공개 메소드

Upgrade the preference from IMP 4 value.
public upgradePrefs ( )