service/v4/registry.php
Constants
\registry_v4
Package:
This class is responsible for providing all the registration of all the functions and complex types
- Parent(s)
- \registry_v3_1 < \registry_v3 < \registry
- Children
- \registry_v4_1
Properties
$serviceClass= 'null'
inheritedInherited from:
\registry::$$serviceClass\registry_v3::$$serviceClass\registry_v3_1::$$serviceClass
Default value
null
Details- Type
- n/a
- Inherited_from
- \registry::$$serviceClass
- Inherited_from
- \registry_v3::$$serviceClass
- Inherited_from
- \registry_v3_1::$$serviceClass
Methods
__construct(
\Class $serviceClass
)
:
void
inherited
Constructor.
Inherited from: \registry::__construct()\registry_v3::__construct()\registry_v3_1::__construct()
Parameters
Name | Type | Description |
---|---|---|
$serviceClass | \Class |
|
register(
)
:
void
inherited
It registers all the functions and types by doign a call back method on service object
Inherited from: \registry::register()\registry_v3::register()\registry_v3_1::register()