public function RequestContext::getHttpsPort in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\RoutingCode
public function getHttpsPort() {
return $this->httpsPort;
}