You are here

public function CasPropertyBag::getUsername in CAS 2.x

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

Username property getter.

Return value

string The username property.

File

src/CasPropertyBag.php, line 75

Class

CasPropertyBag
Data model for CAS property bag.

Namespace

Drupal\cas

Code

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