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