You are here

public function CasPropertyBag::getAttributes in CAS 2.x

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

Cas attributes getter.

Return value

array The attributes property.

File

src/CasPropertyBag.php, line 115

Class

CasPropertyBag
Data model for CAS property bag.

Namespace

Drupal\cas

Code

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