Projet

Général

Profil

Révision 32700c57

Ajouté par Assos Assos il y a environ 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_servers/ldap_types/LdapTypeDefault.class.php
2 2

  
3 3
/**
4 4
 * @file
5
 * Generic LDAP Implementation Details
6
 *
5
 * Generic LDAP Implementation Details.
7 6
 */
8 7

  
9 8
module_load_include('php', 'ldap_servers', 'ldap_types/LdapTypeAbstract.class');
10

  
9
/**
10
 *
11
 */
11 12
class LdapTypeDefault extends LdapTypeAbstract {
12 13

  
13 14
  public $name = 'Default LDAP';
......
20 21
  public $mail_attr = 'mail';
21 22
  public $supportsNestGroups = FALSE;
22 23

  
23
 /**
24
   * Constructor Method
25
   *
24
  /**
25
   * Constructor Method.
26 26
   */
27
  function __construct($params = array()) {
27
  public function __construct($params = []) {
28 28
    foreach ($params as $k => $v) {
29 29
      if (property_exists($this, $k)) {
30 30
        $this->{$k} = $v;

Formats disponibles : Unified diff