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

getOptions() public method

Get the console command options.
public getOptions ( ) : array
return array
    public function getOptions()
    {
        return [['filter', '-f', InputOption::VALUE_OPTIONAL, 'The raw filter for limiting users imported.'], ['log', '-l', InputOption::VALUE_OPTIONAL, 'Log successful and unsuccessful imported users.', 'true'], ['connection', '-c', InputOption::VALUE_OPTIONAL, 'The LDAP connection to use to import users.'], ['delete', '-d', InputOption::VALUE_OPTIONAL, 'Soft-delete the users model if the AD user is disabled.', 'false']];
    }