You are here

public function CasPropertyBag::getPgt in CAS 2.x

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

Proxy granting ticket getter.

Return value

string The pgt property.

File

src/CasPropertyBag.php, line 95

Class

CasPropertyBag
Data model for CAS property bag.

Namespace

Drupal\cas

Code

public function getPgt() {
  return $this->pgt;
}