You are here

public function hostingService_https::context_options in Aegir HTTPS 7.3

File

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

Class

hostingService_https
@file Define Hosting service class for HTTPS.

Code

public function context_options($task_type, $ref_type, &$task) {
  parent::context_options($task_type, $ref_type, $task);
  $task->context_options[$this->service . '_https_port'] = $this->https_port;
}