Exemplo n.º 1
0
 /**
  * Set the stored session array value
  *
  * Method will set the stored session array value corresponding to the key $key
  *
  * @access public
  * @param string $key The key corresponding to store the value in
  * @param mixed $val The value to store
  * @return bool TRUE if the value was set, FALSE on error
  */
 public function setAccountingSessionKey($key, $val)
 {
     return parent::setAccountingSessionKey($this->getid(), $key, $val);
 }