Adldap\Laravel\Commands\Import::getFilter PHP Méthode

getFilter() public méthode

Returns the limitation filter for the user query.
public getFilter ( ) : string
Résultat string
    public function getFilter()
    {
        return $this->getLimitationFilter() ?: $this->option('filter');
    }