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 85ad3d82 Assos Assos
<?php
2
3
/**
4
 * @file
5
 * Base sort handler for a ldap attributes
6
 */
7 bc175c27 Assos Assos
8 85ad3d82 Assos Assos
class ldap_views_handler_sort extends views_handler_sort {
9
}