* @since 2.0 */ class Extension { /** * Initializes the extension. * This method is invoked at the end of [[Application::init()]]. */ public static function init() { } }