You are here

public function CasPropertyBag::getUsername in CAS 8

Same name and namespace in other branches
  1. 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\cas

Code

public function getUsername() {
  return $this->username;
}