Property | Type | Description | |
---|---|---|---|
$position | integer | ||
$queue | array | ||
$remoteAdapter | Smalot\Magento\RemoteAdapterInterface |
Method | Description | |
---|---|---|
__construct ( Smalot\Magento\RemoteAdapterInterface $remoteAdapter ) | ||
addAction ( Smalot\Magento\ActionInterface $action, callable $callback = null ) | ||
count ( ) : integer |
(PHP 5 >= 5.1.0) Count elements of an object |
|
current ( ) : mixed |
(PHP 5 >= 5.0.0) Return the current element |
|
execute ( ) : array | ||
flush ( ) | ||
key ( ) : integer |
(PHP 5 >= 5.0.0) Return the key of the current element |
|
next ( ) : void |
(PHP 5 >= 5.0.0) Move forward to next element |
|
offsetExists ( mixed $offset ) : boolean |
(PHP 5 >= 5.0.0) Whether a offset exists |
|
offsetGet ( mixed $offset ) : mixed |
(PHP 5 >= 5.0.0) Offset to retrieve |
|
offsetSet ( mixed $offset, mixed $value ) : void |
(PHP 5 >= 5.0.0) Offset to set |
|
offsetUnset ( mixed $offset ) : void |
(PHP 5 >= 5.0.0) Offset to unset |
|
rewind ( ) : void |
(PHP 5 >= 5.0.0) Rewind the Iterator to the first element |
|
valid ( ) : boolean |
(PHP 5 >= 5.0.0) Checks if current position is valid |
public __construct ( Smalot\Magento\RemoteAdapterInterface $remoteAdapter ) | ||
$remoteAdapter | Smalot\Magento\RemoteAdapterInterface |
public offsetExists ( mixed $offset ) : boolean | ||
$offset | mixed | An offset to check for. |
return | boolean | true on success or false on failure.
The return value will be casted to boolean if non-boolean was returned. |
public offsetUnset ( mixed $offset ) : void | ||
$offset | mixed | The offset to unset. |
return | void |