Smalot\Magento\Action::__construct PHP Method

__construct() public method

public __construct ( string $method, array $arguments = [], Smalot\Magento\RemoteAdapterInterface $remoteAdapter = null )
$method string
$arguments array
$remoteAdapter Smalot\Magento\RemoteAdapterInterface
    public function __construct($method, array $arguments = array(), RemoteAdapterInterface $remoteAdapter = null)
    {
        $this->method = $method;
        $this->arguments = $arguments;
        $this->remoteAdapter = $remoteAdapter;
    }