Méthode | Description | |
---|---|---|
canRecord ( ) : boolean | Check if there are write issues | |
done ( mixed $stream ) : mixed | Record given stream of data in local actions registry. | |
getHistoryList ( integer $limit = null ) : mixed | Get a list of all global registered actions. | |
getPendingList ( ) : array | Get a list of all actions that still have to be executed locally. | |
record ( mixed $stream ) : mixed | Record given stream of data in both global and local actions registry. |
public getHistoryList ( integer $limit = null ) : mixed | ||
$limit | integer | |
Résultat | mixed |
public getPendingList ( ) : array | ||
Résultat | array |