You are here

public function hostingService_https::context_import in Aegir HTTPS 7.3

File

./hosting_https.service.inc, line 76
Define Hosting service class for HTTPS.

Class

hostingService_https
@file Define Hosting service class for HTTPS.

Code

public function context_import($context) {
  parent::context_import($context);
  $this->https_port = $context->https_port;
}