PHP Interface PugMoRe_Mageploy_Model_Io_RecordingInterface

Exibir arquivo Open project: pug-more/mageploy Interface Usage Examples

Public Methods

Method 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 method

Check if there are write issues
public canRecord ( ) : boolean
return boolean

done() public method

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

getHistoryList() public method

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

getPendingList() public method

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

record() public method

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