PHPDaemon\Examples\ExampleJabberbot::onReady PHP Метод

onReady() публичный Метод

Called when the worker is ready to go.
public onReady ( ) : void
Результат void
    public function onReady()
    {
        if ($this->xmppclient) {
            $this->xmppclient->onReady();
            $this->connect();
        }
    }