Property | Type | Description | |
---|---|---|---|
$xmppclient | |||
$xmppconn |
Method | Description | |
---|---|---|
connect ( ) | ||
init ( ) : void | Constructor. | |
onConfigUpdated ( ) : void | Called when worker is going to update configuration. | |
onReady ( ) : void | Called when the worker is ready to go. | |
onShutdown ( ) : boolean | Called when application instance is going to shutdown. |
Method | Description | |
---|---|---|
getConfigDefaults ( ) : array | false | Setting default config options Overriden from AppInstance::getConfigDefaults Uncomment and return array with your default options |
protected getConfigDefaults ( ) : array | false | ||
return | array | false |
public onConfigUpdated ( ) : void | ||
return | void |
public onShutdown ( ) : boolean | ||
return | boolean | Ready to shutdown? |