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