public function CasServerConfig::getProtocolVerison in CAS 8
Same name and namespace in other branches
- 2.x src/CasServerConfig.php \Drupal\cas\CasServerConfig::getProtocolVerison()
Get the protocol version.
Return value
string The protocol version.
File
- src/
CasServerConfig.php, line 112
Class
- CasServerConfig
- Class CasServerConfig.
Namespace
Drupal\casCode
public function getProtocolVerison() {
return $this->protocolVersion;
}