public function CasPreRegisterEvent::getCasPropertyBag in CAS 2.x
Same name and namespace in other branches
- 8 src/Event/CasPreRegisterEvent.php \Drupal\cas\Event\CasPreRegisterEvent::getCasPropertyBag()
Return the CasPropertyBag of the event.
Return value
\Drupal\cas\CasPropertyBag The $casPropertyBag property.
File
- src/
Event/ CasPreRegisterEvent.php, line 84
Class
- CasPreRegisterEvent
- Class CasPreRegisterEvent.
Namespace
Drupal\cas\EventCode
public function getCasPropertyBag() {
return $this->casPropertyBag;
}