Home
last modified time | relevance | path

Searched refs:isPost (Results 1 – 2 of 2) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/
H A DAbstractRequest.php47 protected $isPost = false; variable in CAS_Request_AbstractRequest
172 $this->isPost = true;
190 if (!$this->isPost) {
H A DCurlRequest.php158 if ($this->isPost) {