getConfiguration()->isInstalled()) { static::$core->enableEvents(); } if (\setup::is_installed()) { $gatekeeper = \gatekeeper::getInstance(static::$core); $gatekeeper->check_directory(); } return static::$core; } /** * * @return Alchemy\Phrasea\Core */ public static function getCore() { return static::$core; } public static function register_autoloads() { return Core::initAutoloads(); } }