You are here

public function RequestContext::getHttpPort in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/RequestContext.php \Symfony\Component\Routing\RequestContext::getHttpPort()

Gets the HTTP port.

Return value

int The HTTP port

File

vendor/symfony/routing/RequestContext.php, line 214

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getHttpPort() {
  return $this->httpPort;
}