setPort() public method

public setPort ( integer $port )
$port integer
Beispiel #1
0
 /**
  * Build node objects with configuration to use a specific port number
  *
  * @param $port
  * @return $this
  */
 public function onPort($port)
 {
     $this->config->setPort($port);
     return $this;
 }