| Method Details |
getEnabled
| public boolean getEnabled |
() |
| Output |
|
boolean
| whether the service is enabled |
| Exception |
|
getID
| Output |
|
string
| ID of the service |
| Exception |
|
init
Initializes the service.
| Input |
| TXmlElement | $config | the configuration for the service |
| Output |
| Exception |
|
run
Runs the service.
|
setEnabled
| public void setEnabled |
(boolean $value ) |
| Input |
| boolean | $value | whether the service is enabled |
| Output |
| Exception |
|
setID
| public void setID |
(string $id ) |
| Input |
| string | $id | ID of the service |
| Output |
| Exception |
|