BaseFoundationCollection
extends Collection
in package
AbstractYes
Base class for the kernel auto-discovery collections.
Tags
Table of Contents
Properties
Methods
- boot() : static
- init() : static
- __construct() : mixed
- runDiscovery() : void
- runExtensionHandlers() : void
- setKernel() : $this
Properties
$kernel
protected
HydeKernel
$kernel
Methods
boot()
public
final boot() : static
Return values
staticinit()
public
static init(HydeKernel $kernel) : static
Parameters
- $kernel : HydeKernel
Return values
static__construct()
protected
final __construct([array<string|int, mixed>|Arrayable|null $items = [] ]) : mixed
Parameters
- $items : array<string|int, mixed>|Arrayable|null = []
runDiscovery()
protected
abstract runDiscovery() : void
runExtensionHandlers()
protected
abstract runExtensionHandlers() : void
setKernel()
protected
setKernel(HydeKernel $kernel) : $this
Parameters
- $kernel : HydeKernel