PHPDaemon\Examples\ExampleJabberbot::onShutdown PHP Méthode

onShutdown() public méthode

Called when application instance is going to shutdown.
public onShutdown ( ) : boolean
Résultat boolean Ready to shutdown?
    public function onShutdown()
    {
        if ($this->xmppclient) {
            return $this->xmppclient->onShutdown();
        }
        return true;
    }