PHP Class Skeleton_Driver, horde

Author: Your Name ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство 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.

Méthodes publiques

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

Method Details

__construct() public méthode

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

listFoos() public méthode

Lists all foos.
public listFoos ( ) : array
Résultat 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
Résultat array

$_params protected_oe property

Hash containing connection parameters.
protected array $_params
Résultat array