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