Smalot\Magento\Customer\Customer::getList PHP 메소드

getList() 공개 메소드

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