PHP Интерфейс PugMoRe_Mageploy_Model_Io_RecordingInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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