Projet

Général

Profil

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

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

1
<?php
2

    
3
/**
4
 * @file
5
 * Base sort handler for a ldap attributes
6
 */
7
class ldap_views_handler_sort extends views_handler_sort {
8
}