Projet

Général

Profil

Paste
Télécharger (141 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / ldap_views / handlers / ldap_views_handler_sort.inc @ 32700c57

1
<?php
2

    
3
/**
4
 * @file
5
 * Base sort handler for a ldap attributes.
6
 */
7

    
8
/**
9
 *
10
 */
11
class ldap_views_handler_sort extends views_handler_sort {
12
}