You are here

public function CasPreUserLoadEvent::__construct in CAS 8

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

Constructor.

Parameters

\Drupal\cas\CasPropertyBag $cas_property_bag: The CasPropertyBag of the current login cycle.

File

src/Event/CasPreUserLoadEvent.php, line 35

Class

CasPreUserLoadEvent
Class CasPreUserLoadEvent.

Namespace

Drupal\cas\Event

Code

public function __construct(CasPropertyBag $cas_property_bag) {
  $this->casPropertyBag = $cas_property_bag;
}