BaseRegistry
in package
implements
RegistryInterface
AbstractYes
Table of Contents
Interfaces
Properties
- $container : mixed
- $registry : mixed
- $registry_id : mixed
- $initialized : mixed
Methods
- __construct() : mixed
- get() : mixed
- get_registered_integrations() : mixed
- initialize() : mixed
- is_empty() : bool
- is_initialized() : bool
- register() : mixed
Properties
$container
protected
mixed
$container
$registry
protected
mixed
$registry
= []
$registry_id
protected
mixed
$registry_id
= ''
$initialized
private
mixed
$initialized
= false
Methods
__construct()
public
__construct(Container $container) : mixed
Parameters
- $container : Container
get()
public
get(mixed $id) : mixed
Parameters
- $id : mixed
get_registered_integrations()
public
get_registered_integrations() : mixed
initialize()
public
initialize() : mixed
is_empty()
public
is_empty() : bool
Tags
Return values
boolis_initialized()
public
is_initialized() : bool
Return values
boolregister()
public
register(mixed $integration) : mixed
Parameters
- $integration : mixed