示例#1
0
 /**
  * Escape values from the cookie before sending them back to the client 
  * (when using the get() method).
  * 
  * @return mixed The value once cleaned.
  */
 protected static function escapeValue($value)
 {
     return Core_Common::sanitizeInputValues($value);
 }