PHP 클래스 Smalot\Magento\MagentoModuleAbstract

파일 보기 프로젝트 열기: smalot/magento-client

보호된 프로퍼티들

프로퍼티 타입 설명
$remoteAdapter Smalot\Magento\RemoteAdapterInterface

공개 메소드들

메소드 설명
__construct ( Smalot\Magento\RemoteAdapterInterface $remoteAdapter )

보호된 메소드들

메소드 설명
__createAction ( string $method, array $arguments = [] ) : Smalot\Magento\ActionInterface

메소드 상세

__construct() 공개 메소드

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

__createAction() 보호된 메소드

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

프로퍼티 상세

$remoteAdapter 보호되어 있는 프로퍼티

protected RemoteAdapterInterface,Smalot\Magento $remoteAdapter
리턴 Smalot\Magento\RemoteAdapterInterface