Example #1
0
 /**
  *
  */
 public function stop()
 {
     echo __FUNCTION__ . PHP_EOL;
     return $this->db->stop();
 }
Example #2
0
 /**
  * @return void
  */
 public function stop()
 {
     $this->db->stop();
 }