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

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

public getList ( array $filters = null ) : Smalot\Magento\ActionInterface
$filters array
Результат Smalot\Magento\ActionInterface
    public function getList($filters = null)
    {
        return $this->__createAction('order_invoice.list', func_get_args());
    }