You are here

public function RequestContext::getHttpsPort in Zircon Profile 8.0

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

Gets the HTTPS port.

Return value

int The HTTPS port

File

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

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getHttpsPort() {
  return $this->httpsPort;
}