getPort() public method

Get the configured port.
public getPort ( ) : integer
return integer The configured port as an integer.
コード例 #1
0
ファイル: Connection.php プロジェクト: treehouselabs/queue
 /**
  * @inheritdoc
  */
 public function getPort()
 {
     return $this->delegate->getPort();
 }