You are here

public function CasPropertyBag::setPgt in CAS 8

Same name and namespace in other branches
  1. 2.x 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
Class CasPropertyBag.

Namespace

Drupal\cas

Code

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