Example #1
0
 /**
  * {@inheritdoc}
  */
 public static function GetKeyMaps()
 {
     if (self::$KM == null) {
         self::$KM = array();
     }
     return self::$KM;
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public static function GetKeyMaps()
 {
     if (self::$KM == null) {
         self::$KM = array();
         self::$KM["certificado_ibfk_1"] = new KeyMap("certificado_ibfk_1", "IdUsuario", "Certificado", "IdUsuario", KM_TYPE_ONETOMANY, KM_LOAD_LAZY);
         // use KM_LOAD_EAGER with caution here (one-to-one relationships only)
     }
     return self::$KM;
 }