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