PHP Class Horde_History_Composite, horde

Inheritance: extends Horde_History
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_drivers array Driver list.

Public Methods

Method Description
__construct ( $auth, array $params = [] ) Constructor.
_getByTimestamp ( $cmp, $ts, array $filters = [], $parent = null )
_getHistory ( $guid )
getHistory ( $guid )
log ( $guid, array $attributes = [], $replaceAction = false )
removeByNames ( array $names )

Protected Methods

Method Description
_log ( Horde_History_Log $history, array $attributes, $replaceAction = false )

Method Details

__construct() public method

Constructor.
public __construct ( $auth, array $params = [] )
$params array Configuration parameters:
REQUIRED parameters:
  - drivers: (array) An array of Horde_History objects.

_getByTimestamp() public method

public _getByTimestamp ( $cmp, $ts, array $filters = [], $parent = null )
$filters array

_getHistory() public method

public _getHistory ( $guid )

_log() protected method

protected _log ( Horde_History_Log $history, array $attributes, $replaceAction = false )
$history Horde_History_Log
$attributes array

getHistory() public method

public getHistory ( $guid )

log() public method

public log ( $guid, array $attributes = [], $replaceAction = false )
$attributes array

removeByNames() public method

public removeByNames ( array $names )
$names array

Property Details

$_drivers protected_oe property

Driver list.
protected array $_drivers
return array