PHP 클래스 IMP_Prefs_Sort_Sortpref, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_mbox IMP_Mailbox Mailbox object.
$_sortby array The sortby value.
$_sortdir array The sortdir value.

공개 메소드들

메소드 설명
__construct ( string $mbox, integer $sortby = null, integer $sortdir = null ) Constructor.
__get ( $name )
__set ( $name, $value )
convertSortby ( ) Converts sortby value given current mailbox attributes.
toArray ( ) Returns the array representation of this object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $mbox, integer $sortby = null, integer $sortdir = null )
$mbox string Mailbox.
$sortby integer Sortby value.
$sortdir integer Sortdir value.

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

convertSortby() 공개 메소드

Converts sortby value given current mailbox attributes.
public convertSortby ( )

toArray() 공개 메소드

Returns the array representation of this object.
public toArray ( )

프로퍼티 상세

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

Mailbox object.
protected IMP_Mailbox $_mbox
리턴 IMP_Mailbox

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

The sortby value.
protected array $_sortby
리턴 array

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

The sortdir value.
protected array $_sortdir
리턴 array