Exemple #1
0
 /**
  * Sets the port.
  * E.g. 6667
  * @param integer $port The port to set.
  */
 public function setPort($port)
 {
     $this->connection->setPort($port);
 }