Lines Matching defs:sorted
500 * @param bool $sorted Whether to sort the results
503 public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription = false, $search = "*", $sorted = true) {
528 if ($sorted) {
539 * @param bool $sorted Whether to sort the results
542 public function all($includeDescription = false, $search = "*", $sorted = true){
543 $groupsArray = $this->search(null, $includeDescription, $search, $sorted);
552 * @param bool $sorted Whether to sort the results
555 public function allSecurity($includeDescription = false, $search = "*", $sorted = true){
556 $groupsArray = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $sorted);
565 * @param bool $sorted Whether to sort the results
568 public function allDistribution($includeDescription = false, $search = "*", $sorted = true){
569 $groupsArray = $this->search(adLDAP::ADLDAP_DISTRIBUTION_GROUP, $includeDescription, $search, $sorted);