You are here

public function CasPreValidateEvent::__construct in CAS 8

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

Constructor.

Parameters

string $validation_path: The validation path.

array $parameters: Query parameters to add to the validation URL.

File

src/Event/CasPreValidateEvent.php, line 45

Class

CasPreValidateEvent
Class CasPreValidateEvent.

Namespace

Drupal\cas\Event

Code

public function __construct($validation_path, array $parameters) {
  $this->validationPath = $validation_path;
  $this->parameters = $parameters;
}