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