39 $value = $obj->vars[$key][
'value'];
40 switch (strtolower($format)) {
45 return $this->ts->htmlSpecialChars($value);
50 return $this->ts->htmlSpecialChars($this->ts->stripSlashesGPC($value));
67 $value = $obj->vars[$key][
'value'];
68 $value = intval($value);
cleanVar(XoopsObject $obj, $key, $quote=true)
getVar(XoopsObject $obj, $key, $format)