PHP Class Kolab_Driver, horde

Copyright 2007-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Your Name ([email protected])
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_foos array Array holding the current foo list. Each array entry is a hash describing a foo. The array is indexed by the IDs.
$_params array Hash containing connection parameters.

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
listFoos ( ) : array Lists all foos.

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array A hash containing connection parameters.

listFoos() public method

Lists all foos.
public listFoos ( ) : array
return array Returns a list of all foos.

Property Details

$_foos protected_oe property

Array holding the current foo list. Each array entry is a hash describing a foo. The array is indexed by the IDs.
protected array $_foos
return array

$_params protected_oe property

Hash containing connection parameters.
protected array $_params
return array