public function CasPropertyBag::getUsername in CAS 8
Same name and namespace in other branches
- 2.x src/CasPropertyBag.php \Drupal\cas\CasPropertyBag::getUsername()
Username property getter.
Return value
string The username property.
File
- src/
CasPropertyBag.php, line 75
Class
- CasPropertyBag
- Class CasPropertyBag.
Namespace
Drupal\casCode
public function getUsername() {
return $this->username;
}