core
Table of Contents
Classes
- ConfigArray
- Implementation of {@see \ArrayObject} with the addition that values will be fetched from the environment instead from a locally set key.
- ComponentException
- ComponentException is thrown for legacy components without an exception in LegacyComponentHandler
- ComponentHandler
- Handles all components, including legacy ones.
- EsiWidgetController
- JsonAdapter Controller to handle EsiWidgets Usage: - Create a subclass that implements parseWidget() - Register it as a Controller in your ComponentController
- LegacyComponentHandler
- This handles exceptions for new Component structure. This is old code and should be replaced so that this class becomes unnecessary
- Controller
- This is the superclass for all Controller classes
- EntityBase
- This is the base class for all entities
- ReflectionComponentException
- ReflectionComponentException
- ReflectionComponent
- Represents an abstraction of a component
- SystemComponentException
- Thrown for illegal component types
- SystemComponentBackendController
- Backend controller to create a default backend view.
- SystemComponentController
- This is the superclass for all main Controllers for a Component
- SystemComponentFrontendController
- Frontend controller to easily create a frontent view
- SystemComponentRepository
- Repository for SystemComponents