getPort() public method

Get the configured port.
public getPort ( ) : integer
return integer The configured port as an integer.
Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getPort()
 {
     return $this->delegate->getPort();
 }