PHP Class Smalot\Magento\MagentoModuleAbstract

Show file Open project: smalot/magento-client

Protected Properties

Property Type Description
$remoteAdapter Smalot\Magento\RemoteAdapterInterface

Public Methods

Method Description
__construct ( Smalot\Magento\RemoteAdapterInterface $remoteAdapter )

Protected Methods

Method Description
__createAction ( string $method, array $arguments = [] ) : Smalot\Magento\ActionInterface

Method Details

__construct() public method

public __construct ( Smalot\Magento\RemoteAdapterInterface $remoteAdapter )
$remoteAdapter Smalot\Magento\RemoteAdapterInterface

__createAction() protected method

protected __createAction ( string $method, array $arguments = [] ) : Smalot\Magento\ActionInterface
$method string
$arguments array
return Smalot\Magento\ActionInterface

Property Details

$remoteAdapter protected property

protected RemoteAdapterInterface,Smalot\Magento $remoteAdapter
return Smalot\Magento\RemoteAdapterInterface