PHP Class IMP_Imap_Config, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Exibir arquivo Open project: horde/horde

Public Methods

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

Method Details

__construct() public method

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

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__unset() public method

public __unset ( $name )

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )