public function CasServerConfig::getProtocolVerison in CAS 2.x
Same name and namespace in other branches
- 8 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;
}