public function CasPropertyBag::getPgt in CAS 8
Same name and namespace in other branches
- 2.x 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
- Class CasPropertyBag.
Namespace
Drupal\casCode
public function getPgt() {
return $this->pgt;
}