Adldap\Laravel\Commands\Import::isDeleting PHP 메소드

isDeleting() 공개 메소드

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