Projet

Général

Profil

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

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

1
<?php
2

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

    
8
class ldap_views_handler_sort extends views_handler_sort {
9
}