Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1761 if ($this->_rebroadcast&&!isset($_POST['rebroadcast'])) {
1762 $this->_rebroadcast(self::PGTIOU);
1991 if ($this->_rebroadcast && !isset($_POST['rebroadcast'])) {
1992 $this->_rebroadcast(self::LOGOUT);
4233 private $_rebroadcast = false; variable in CAS_Client
4276 $this->_rebroadcast = true;
4314 private function _rebroadcast($type) function in CAS_Client