Smalot\Magento\Order\Order::getList PHP Метод

getList() публичный Метод

Allows you to retrieve the list of orders. Additional filters can be applied.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
Результат Smalot\Magento\ActionInterface
    public function getList($filters)
    {
        return $this->__createAction('order.list', func_get_args());
    }