PHP Class IMP_Imap_Config, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( array $c ) Constructor.
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )
serialize ( )
unserialize ( $data )

Method Details

__construct() public méthode

Constructor.
public __construct ( array $c )
$c array Config array (from backends.php).

__get() public méthode

public __get ( $name )

__isset() public méthode

public __isset ( $name )

__set() public méthode

public __set ( $name, $value )

__unset() public méthode

public __unset ( $name )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )