onReady() public method

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