You are here

ldap_views_handler_sort.inc in Lightweight Directory Access Protocol (LDAP) 7.2

Base sort handler for a ldap attributes.

File

ldap_views/handlers/ldap_views_handler_sort.inc
View source
<?php

/**
 * @file
 * Base sort handler for a ldap attributes.
 */

/**
 *
 */
class ldap_views_handler_sort extends views_handler_sort {

}

Classes