PHP Interface Smalot\Magento\RemoteAdapterInterface

Show file Open project: smalot/magento-client

Public Methods

Method Description
call ( Smalot\Magento\ActionInterface $action, boolean $throwsException = true ) : array
multiCall ( Smalot\Magento\MultiCallQueueInterface $queue, boolean $throwsException = false ) : array
ping ( ) : boolean

Method Details

call() public method

public call ( Smalot\Magento\ActionInterface $action, boolean $throwsException = true ) : array
$action Smalot\Magento\ActionInterface
$throwsException boolean
return array

multiCall() public method

public multiCall ( Smalot\Magento\MultiCallQueueInterface $queue, boolean $throwsException = false ) : array
$queue Smalot\Magento\MultiCallQueueInterface
$throwsException boolean
return array

ping() public method

public ping ( ) : boolean
return boolean