PHP Interface PugMoRe_Mageploy_Model_Io_RecordingInterface

Afficher le fichier Open project: pug-more/mageploy Interface Usage Examples

Méthodes publiques

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.

Method Details

canRecord() public méthode

Check if there are write issues
public canRecord ( ) : boolean
Résultat boolean

done() public méthode

Record given stream of data in local actions registry.
public done ( mixed $stream ) : mixed
$stream mixed
Résultat mixed

getHistoryList() public méthode

Get a list of all global registered actions.
public getHistoryList ( integer $limit = null ) : mixed
$limit integer
Résultat mixed

getPendingList() public méthode

Get a list of all actions that still have to be executed locally.
public getPendingList ( ) : array
Résultat array

record() public méthode

Record given stream of data in both global and local actions registry.
public record ( mixed $stream ) : mixed
$stream mixed
Résultat mixed