public function CasPropertyBag::getAttributes in CAS 8
Same name and namespace in other branches
- 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\casCode
public function getAttributes() {
return $this->attributes;
}