PHP Interface Smalot\Magento\MultiCallQueueInterface

Inheritance: extends ArrayAccess, extends Iterator, extends Countable
Show file Open project: smalot/magento-client

Public Methods

Method Description
addAction ( Smalot\Magento\ActionInterface $action, callable $callback = null ) : Smalot\Magento\MultiCallQueueInterface
execute ( ) : array
flush ( )

Method Details

addAction() public method

public addAction ( Smalot\Magento\ActionInterface $action, callable $callback = null ) : Smalot\Magento\MultiCallQueueInterface
$action Smalot\Magento\ActionInterface
$callback callable
return Smalot\Magento\MultiCallQueueInterface

execute() public method

public execute ( ) : array
return array

flush() public method

public flush ( )