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

isDeleting() public method

Returns true / false if users are being deleted if they are disabled in AD.
public isDeleting ( ) : boolean
return boolean
    public function isDeleting()
    {
        return $this->option('delete') == 'true';
    }