PHP 클래스 Smalot\Magento\Action

상속: implements Smalot\Magento\ActionInterface
파일 보기 프로젝트 열기: smalot/magento-client

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments array
$method string
$remoteAdapter Smalot\Magento\RemoteAdapterInterface

공개 메소드들

메소드 설명
__construct ( string $method, array $arguments = [], Smalot\Magento\RemoteAdapterInterface $remoteAdapter = null )
addToQueue ( Smalot\Magento\MultiCallQueueInterface $queue, callable $callback = null ) : mixed | void
execute ( ) : array
getArguments ( ) : array
getMethod ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $method, array $arguments = [], Smalot\Magento\RemoteAdapterInterface $remoteAdapter = null )
$method string
$arguments array
$remoteAdapter Smalot\Magento\RemoteAdapterInterface

addToQueue() 공개 메소드

public addToQueue ( Smalot\Magento\MultiCallQueueInterface $queue, callable $callback = null ) : mixed | void
$queue Smalot\Magento\MultiCallQueueInterface
$callback callable
리턴 mixed | void

execute() 공개 메소드

public execute ( ) : array
리턴 array

getArguments() 공개 메소드

public getArguments ( ) : array
리턴 array

getMethod() 공개 메소드

public getMethod ( ) : string
리턴 string

프로퍼티 상세

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

protected array $arguments
리턴 array

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

protected string $method
리턴 string

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

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