You are here

public function CasServerConfig::getProtocolVerison in CAS 8

Same name and namespace in other branches
  1. 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\cas

Code

public function getProtocolVerison() {
  return $this->protocolVersion;
}