* Extension is the base class that may be extended by individual extensions. * * Extension serves as the bootstrap class for extensions. When an extension * is installed via composer, the [[init()]] method of its Extension class (if any) * will be invoked during the application initialization stage. *