PHP Class Horde_Imap_Client_Data_Namespace, horde

Since: 2.21.0
Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_data array Data object.

Public Methods

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 )

Method Details

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__toString() public method

public __toString ( )

serialize() public method

public serialize ( )

stripNamespace() public method

Strips namespace information from the given mailbox name.
public stripNamespace ( string $mbox ) : string
$mbox string Mailbox name.
return string Mailbox name with namespace prefix stripped.

unserialize() public method

public unserialize ( $data )

Property Details

$_data protected_oe property

Data object.
protected array $_data
return array