You are here

public function CasPostLoginEvent::getCasPropertyBag in CAS 2.x

Same name and namespace in other branches
  1. 8 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\Event

Code

public function getCasPropertyBag() {
  return $this->casPropertyBag;
}