Property | Type | Description | |
---|---|---|---|
$_mbox | IMP_Mailbox | Mailbox object. | |
$_sortby | array | The sortby value. | |
$_sortdir | array | The sortdir value. |
Method | Description | |
---|---|---|
__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. |
public convertSortby ( ) |