You are here

public function CasPreLoginEvent::getCasPropertyBag in CAS 8

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

CasPropertyBag getter.

Return value

\Drupal\cas\CasPropertyBag The casPropertyBag property.

File

src/Event/CasPreLoginEvent.php, line 75

Class

CasPreLoginEvent
Class CasPreLoginEvent.

Namespace

Drupal\cas\Event

Code

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