public function CasPreUserLoadEvent::__construct in CAS 2.x
Same name and namespace in other branches
- 8 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\EventCode
public function __construct(CasPropertyBag $cas_property_bag) {
$this->casPropertyBag = $cas_property_bag;
}