Lines Matching refs:_attributes
1363 private $_attributes = array(); variable in CAS_Client
1374 $this->_attributes = $attributes;
1394 return $this->_attributes;
1407 return !empty($this->_attributes);
1433 return (is_array($this->_attributes)
1434 && array_key_exists($key, $this->_attributes));
1450 return $this->_attributes[$key];
1668 if (!empty($this->_attributes)) {
1669 $this->setSessionValue('attributes', $this->_attributes);
1690 $this->setSessionValue('attributes', $this->_attributes);
2396 $this->_attributes[$attr_key] = $attr_value;
2399 $this->_attributes[$attr_key] = $attr_value[0];