check_directory(); } return static::$core; } /** * * @return Alchemy\Phrasea\Core */ public static function getCore() { return static::$core; } public static function register_autoloads() { return Core::initAutoloads(); } }