service/v3_1/registry.php
Constants
\registry_v3_1
Package:
This class is responsible for providing all the registration of all the functions and complex types
- Parent(s)
- \registry_v3 < \registry
- Children
- \registry_v4
Properties
$serviceClass= 'null'
Default value
null
Details- Type
- n/a
- Inherited_from
- \registry::$$serviceClass
- Inherited_from
- \registry_v3::$$serviceClass
Methods
__construct(
\Class $serviceClass
)
:
void
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()