releaseLock($key, $override); } /** * @brief Releases all lock that were set by us * @return void * @throws \Exception */ public static function releaseAll() { DI::lock()->releaseAll(); } }