You are here

public function CasServerConfig::setPath in CAS 8

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

Code

public function setPath($path) {
  $this->path = $path;
}