public function CasServerConfig::setHttpScheme in CAS 2.x
Same name and namespace in other branches
- 8 src/CasServerConfig.php \Drupal\cas\CasServerConfig::setHttpScheme()
Set the HTTP scheme.
Parameters
string $scheme: The scheme.
File
- src/
CasServerConfig.php, line 122
Class
- CasServerConfig
- Class CasServerConfig.
Namespace
Drupal\casCode
public function setHttpScheme($scheme) {
$this->httpScheme = $scheme;
}