Property | Type | Description | |
---|---|---|---|
$_data | array | Data object. |
Method | Description | |
---|---|---|
__get ( $name ) | ||
__isset ( $name ) | ||
__set ( $name, $value ) | ||
__toString ( ) | ||
serialize ( ) | ||
stripNamespace ( string $mbox ) : string | Strips namespace information from the given mailbox name. | |
unserialize ( $data ) |
public stripNamespace ( string $mbox ) : string | ||
$mbox | string | Mailbox name. |
return | string | Mailbox name with namespace prefix stripped. |