Service registry for JHtml services
- Depuis
- 4.0.0
◆ getService()
getService |
( |
string |
$key | ) |
|
Get the service for a given key
- Paramètres
-
string | $key | The service key to look up |
- Renvoie
- string|object
- Depuis
- 4.0.0
Références $key.
◆ hasService()
hasService |
( |
string |
$key | ) |
|
Check if the registry has a service for the given key
- Paramètres
-
string | $key | The service key to look up |
- Renvoie
- boolean
- Depuis
- 4.0.0
Références $key.
◆ register()
register |
( |
string |
$key, |
|
|
|
$handler, |
|
|
bool |
$replace = false |
|
) |
| |
Register a service
- Paramètres
-
string | $key | The service key to be registered |
string | object | $handler | The handler for the service as either a PHP class name or class object |
boolean | $replace | Flag indicating the service key may replace an existing definition |
- Renvoie
- void
- Depuis
- 4.0.0
Références $key.
◆ $serviceMap
La documentation de cette classe a été générée à partir du fichier suivant :