Свойство | Type | Description | |
---|---|---|---|
$_params |
Méthode | Description | |
---|---|---|
__construct ( array $params ) | Constructor | |
ensure ( ) | Ensure we have minimum requirements for concrete driver to run. | |
factory ( $name, array $params = [] ) : TimeObjects_Driver | Factory method | |
listTimeObjects ( Horde_Date $start = null, Horde_Date $end = null ) : array | Get a list of TimeObjects. |
public __construct ( array $params ) | ||
$params | array | The parameter array. |
abstract public ensure ( ) |
abstract public listTimeObjects ( Horde_Date $start = null, Horde_Date $end = null ) : array | ||
$start | Horde_Date | |
$end | Horde_Date | |
Résultat | array | The array of time objects. |