Core fulfills the role of application kernel. It is composition of service container and register and is aware of its execution context.
Core features:
- Easy access to both service container and service register
- Context-aware interface
- Registering and booting mechanisms for application
- Kraken Framework compatibility
This section contains examples and patterns that can be used with described component.
### Getting Version$version = $core->getVersion();
$path = $core->getBasePath();
$path = $core->getDataPath();
This section contains list of most important classes and interfaces shipped with this component. It does not include all classes and interface.
class Core extends Container implements CoreInterface
Core is an implementation of application core.
interface CoreInterface extends ContainerInterface
interface CoreAwareInterface extends CoreSetterAwareInterface, CoreGetterAwareInterface