\Horde_Imap_Client_Namespace_List

List of namespaces.

Summary

Methods
Properties
Constants
__construct()
getNamespace()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
count()
getIterator()
No public properties found
No constants found
No protected methods found
$_ns
N/A
No private methods found
No private properties found
N/A

Properties

$_ns

$_ns : array

The list of namespace objects.

Type

array

Methods

__construct()

__construct(array  $ns = array()) 

Constructor.

Parameters

array $ns

The list of namespace objects.

getNamespace()

getNamespace(string  $mbox, boolean  $personal = false) : mixed

Get namespace info for a full mailbox path.

Parameters

string $mbox

The mailbox path.

boolean $personal

If true, will return the empty namespace only if it is a personal namespace.

Returns

mixed —

The Horde_Imap_Client_Data_Namespace object for the mailbox path, or null if the path doesn't exist.

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset

count()

count() 

getIterator()

getIterator()