You are here

public function CasPreRegisterEvent::getCasPropertyBag in CAS 2.x

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

Code

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