You are here

public function CasPropertyBag::setPgt in CAS 2.x

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

Proxy granting ticket property setter.

Parameters

string $ticket: The ticket to set as pgt.

File

src/CasPropertyBag.php, line 65

Class

CasPropertyBag
Data model for CAS property bag.

Namespace

Drupal\cas

Code

public function setPgt($ticket) {
  $this->pgt = $ticket;
}