getPort() 공개 메소드

Get the configured port.
public getPort ( ) : integer
리턴 integer The configured port as an integer.
예제 #1
0
 /**
  * @inheritdoc
  */
 public function getPort()
 {
     return $this->delegate->getPort();
 }