Ejemplo n.º 1
0
 public static function register_encryption_key_handler($handler)
 {
     if (in_array(get_class($handler), self::$active_plugins) && in_array('KokenEncryptionKey', class_implements($handler))) {
         self::$encryption_key_provider = $handler;
     }
 }