Ejemplo n.º 1
0
 public static function unRegisterBackend(IBackend $backend)
 {
     unset(self::$backends[$backend->getId()]);
 }