PHP 인터페이스 PugMoRe_Mageploy_Model_Io_RecordingInterface

파일 보기 프로젝트 열기: pug-more/mageploy 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

canRecord() 공개 메소드

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

done() 공개 메소드

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

getHistoryList() 공개 메소드

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

getPendingList() 공개 메소드

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

record() 공개 메소드

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