LdapTools\Query\LdapResultSorter::getIsCaseSensitive PHP Méthode

getIsCaseSensitive() public méthode

Get whether or not the results will be sorted case-sensitive.
public getIsCaseSensitive ( ) : boolean
Résultat boolean
    public function getIsCaseSensitive()
    {
        return $this->caseSensitive;
    }