PHPDaemon\Servers\IRCBouncer\Pool::onReady PHP Method

onReady() public method

public onReady ( )
    public function onReady()
    {
        parent::onReady();
        $this->client->onReady();
        $this->getConnection($this->config->url->value);
    }

Usage Example

Exemplo n.º 1
0
 /**
  * @TODO DESCR
  */
 public function onReady()
 {
     parent::onReady();
     $this->client->onReady();
     $this->getConnection($this->config->url->value);
 }