mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 01:16:56 +01:00
* [ADD] API module. Work in progress.
* [ADD] Upgrade service. Work in progress. * [MOD] Context based session data. Added collection class to manage session properties. * [MOD] Code refactoring. * [MOD] Improved theme icons load by caching objects.
This commit is contained in:
@@ -78,7 +78,7 @@ abstract class ModuleBase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $controller
|
||||
* @param string $controller
|
||||
* @return mixed
|
||||
*/
|
||||
abstract public function initialize($controller);
|
||||
@@ -89,7 +89,7 @@ abstract class ModuleBase
|
||||
* Devuelve un error 503 y un reintento de 120s al cliente.
|
||||
*
|
||||
* @param ContextInterface $context
|
||||
* @param bool $check sólo comprobar si está activado el modo
|
||||
* @param bool $check sólo comprobar si está activado el modo
|
||||
* @throws InitializationException
|
||||
*/
|
||||
public function checkMaintenanceMode(ContextInterface $context, $check = false)
|
||||
|
||||
Reference in New Issue
Block a user