Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php3792 private function _flatten_array($arr) function in CAS_Client
3815 $out[$key][] = $this->_flatten_array($val[$key]);
3817 $out[$key] = $this->_flatten_array($val[$key]);
3830 $out[$key][] = $this->_flatten_array($val['value']);
3832 $out[$key] = $this->_flatten_array($val['value']);
3835 $out[$key] = $this->_flatten_array($val);
3840 $out[$key] = $this->_flatten_array($val);
3875 $extra_attributes = $this->_flatten_array($attributes);