Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Smalot
Magento
MultiCallQueueInterface
PHP Interface Smalot\Magento\MultiCallQueueInterface
Inheritance:
extends
ArrayAccess
,
extends
Iterator
,
extends
Countable
Afficher le fichier
Open project: smalot/magento-client
Méthodes publiques
Méthode
Description
addAction
(
Smalot\Magento\ActionInterface
$action
,
callable
$callback
= null ) :
Smalot\Magento\MultiCallQueueInterface
execute
( ) :
array
flush
( )
Method Details
addAction()
public
méthode
public
addAction
(
Smalot\Magento\ActionInterface
$action
,
callable
$callback
= null ) :
Smalot\Magento\MultiCallQueueInterface
$action
Smalot\Magento\ActionInterface
$callback
callable
Résultat
Smalot\Magento\MultiCallQueueInterface
execute()
public
méthode
public
execute
( ) :
array
Résultat
array
flush()
public
méthode
public
flush
( )