PHP Class Smalot\Magento\MagentoModuleAbstract

Afficher le fichier Open project: smalot/magento-client

Protected Properties

Свойство Type Description
$remoteAdapter Smalot\Magento\RemoteAdapterInterface

Méthodes publiques

Méthode Description
__construct ( Smalot\Magento\RemoteAdapterInterface $remoteAdapter )

Méthodes protégées

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

Method Details

__construct() public méthode

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

__createAction() protected méthode

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

Property Details

$remoteAdapter protected_oe property

protected RemoteAdapterInterface,Smalot\Magento $remoteAdapter
Résultat Smalot\Magento\RemoteAdapterInterface