Adldap\Laravel\Commands\Import::getFilter PHP Method

getFilter() public method

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