mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
Add PHPDoc
This commit is contained in:
@@ -1966,6 +1966,12 @@ JS
|
||||
return APPROOT.'log/setup-queries-'.strftime('%Y-%m-%d_%H_%M').'.sql';
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $oConfig
|
||||
*
|
||||
* @return bool
|
||||
* @since 3.0.0 returns true if the app. was already in maintenance mode, false otherwise
|
||||
*/
|
||||
public static function EnterMaintenanceMode($oConfig): bool
|
||||
{
|
||||
$bPreviousMode = self::IsInMaintenanceMode();
|
||||
|
||||
Reference in New Issue
Block a user