PHP Interface Horde_Kolab_FreeBusy_Driver_Interface, horde
Copyright 2009-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not
receive this file, see
http://www.horde.org/licenses/lgpl21.
Exibir arquivo
Open project: horde/horde
Public Methods
Method |
Description |
|
trigger ( string $type, array $params ) : Horde_Kolab_FreeBusy_Driver_Result |
Trigger regeneration of exported data. |
|
Method Details
Trigger regeneration of exported data.
public trigger ( string $type, array $params ) : Horde_Kolab_FreeBusy_Driver_Result |
$type |
string |
The type of the data. |
$params |
array |
The parameters required to regenerate the exported
dataset. |
return |
Horde_Kolab_FreeBusy_Driver_Result |
The regenerated data. |