コード例 #1
0
ファイル: CifUser.php プロジェクト: CIF-Rochester/Panel
 /**
  * Initializes the private connections to CIF LDAP.
  * This should be called immediately after the class definition
  * to ensure that these static properties are available.
  */
 public static function initialize_connections()
 {
     self::$cif_kerberos = new CifKerberos();
     self::$cif_ldap = CifLdap::get_connection();
 }