PHP Class PugMoRe_Mageploy_Model_Io_File

Inheritance: implements PugMoRe_Mageploy_Model_Io_RecordingInterface
Show file Open project: pug-more/mageploy Class Usage Examples

Protected Properties

Property Type Description
$_helper

Public Methods

Method Description
__construct ( )
canRecord ( )
done ( $stream )
getHistoryList ( $limit = null )
getPendingList ( )
record ( $stream )

Protected Methods

Method Description
createStoragePath ( )
getAllActionsFilepath ( )
getExecutedActionsFilepath ( )

Method Details

__construct() public method

public __construct ( )

canRecord() public method

public canRecord ( )

createStoragePath() protected method

protected createStoragePath ( )

done() public method

public done ( $stream )

getAllActionsFilepath() protected method

protected getAllActionsFilepath ( )

getExecutedActionsFilepath() protected method

getHistoryList() public method

public getHistoryList ( $limit = null )

getPendingList() public method

public getPendingList ( )

record() public method

public record ( $stream )

Property Details

$_helper protected property

protected $_helper