Table of Contents
Properties
-
$container
: mixed
-
$registry
: mixed
-
$registry_id
: mixed
Methods
-
__construct()
: mixed
-
get()
: mixed
-
get_registered_integrations()
: mixed
-
initialize()
: mixed
-
is_empty()
: bool
-
is_initialized()
: bool
-
register()
: mixed
$container
protected
mixed
$container
$registry
protected
mixed
$registry
= []
$registry_id
protected
mixed
$registry_id
= 'packages'
__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
-
since
-
1.1.3
is_initialized()
public
is_initialized() : bool
register()
public
register(mixed $integration) : mixed
Parameters
-
$integration
: mixed
-