LdapTools\Query\LdapResultSorter::getIsCaseSensitive PHP Method

getIsCaseSensitive() public method

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