PHP Class Horde_Prefs_Storage_Imsp, horde

Author: Michael Rubinsky ([email protected])
Inheritance: extends Horde_Prefs_Storage_Base
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_imsp Horde_Imsp_Options Handle for the IMSP server connection.

Public Methods

Method Description
__construct ( $user, array $params = [] )
get ( $scope_ob )
remove ( $scope = null, $pref = null )
store ( $scope_ob )

Method Details

__construct() public method

public __construct ( $user, array $params = [] )
$params array

get() public method

public get ( $scope_ob )

remove() public method

public remove ( $scope = null, $pref = null )

store() public method

public store ( $scope_ob )

Property Details

$_imsp protected property

Handle for the IMSP server connection.
protected Horde_Imsp_Options $_imsp
return Horde_Imsp_Options