You are here

public function CasPreUserLoadEvent::getCasPropertyBag in CAS 8

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

CasPropertyBag getter.

Return value

\Drupal\cas\CasPropertyBag The casPropertyBag property.

File

src/Event/CasPreUserLoadEvent.php, line 45

Class

CasPreUserLoadEvent
Class CasPreUserLoadEvent.

Namespace

Drupal\cas\Event

Code

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