You are here

public function CasPropertyBag::getAttributes in CAS 8

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

Cas attributes getter.

Return value

array The attributes property.

File

src/CasPropertyBag.php, line 115

Class

CasPropertyBag
Class CasPropertyBag.

Namespace

Drupal\cas

Code

public function getAttributes() {
  return $this->attributes;
}