You are here

public function CasPreValidateServerConfigEvent::__construct in CAS 8

Same name and namespace in other branches
  1. 2.x src/Event/CasPreValidateServerConfigEvent.php \Drupal\cas\Event\CasPreValidateServerConfigEvent::__construct()

CasPreValidateServerConfigEvent constructor.

Parameters

\Drupal\cas\CasServerConfig $casServerConfig: The CAS server config value object.

File

src/Event/CasPreValidateServerConfigEvent.php, line 32

Class

CasPreValidateServerConfigEvent
Class CasPreValidateServerConfigEvent.

Namespace

Drupal\cas\Event

Code

public function __construct(CasServerConfig $casServerConfig) {
  $this->casServerConfig = $casServerConfig;
}