Example #1
0
 /**
  * @return null|string
  */
 public function getSource()
 {
     return is_null($this->connInfo->getServer()) ? static::SERVER : $this->connInfo->getServer();
 }