onFinish() protected method

Called when ConnectionPool is finished
protected onFinish ( ) : void
return void
Beispiel #1
0
 /**
  * Called when ConnectionPool is finished
  * @return void
  */
 protected function onFinish()
 {
     $this->closeBound();
     parent::onFinish();
 }