Activator |
The activator class handles the plugin relevant activation hooks: Uninstall, activation,
deactivation and installation. The "installation" means installing needed database tables. |
Assets |
Base asset management class for frontend scripts and styles. |
Base |
Base trait for all available classes in your plugin. The trait itself should not
be directly used, use the UtilsProvider trait instead in your plugin! But you can
still use the methods defined there. |
Core |
Base class for the applications Core class. |
Localization |
Base i18n management for backend and frontend. |
PluginReceiver |
This trait is used via Base trait and allows to consume
the prefix filled but the UtilsProvider in your plugin. That allows
you to dynamically get plugin data within your composer package. |