Exemple #1
0
 public function setHost($host = false)
 {
     $this->HOST = $host ? $host : FNbase::getHead('host');
     return $this;
 }