Smalot\Magento\Customer\Customer::getList PHP Méthode

getList() public méthode

Allows you to retrieve the list of customers.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
Résultat Smalot\Magento\ActionInterface
    public function getList($filters)
    {
        return $this->__createAction('customer.list', func_get_args());
    }