Module
Namespaces
- API
Interfaces, Classes and Traits
- ConfiguratorInterface
- Interface for classes which configure a module.
- InstallerInterface
- interface of classes which install a module.
- UninstallerInterface
- interface for classes that uninstall a module.
- Configurator
- Base class for classes which configure a module.
- EntryPointToInstall
- Define an entry point to install or to uninstall
- Installer
- Base class for classes that does processing to install a module into
an instance of the application. A module should have a class that inherits
from it in order to setup itself into the application.
- InstallerAbstract
- Base class for installers and uninstallers.
- InteractiveConfigurator
- Uninstaller
- A class that does processing to uninstall a module from an instance of
the application. A module should have a class that inherits from it
in order to remove things from the application.
- InstallConfigTrait
- Trait for installer/configurator classes.