34 if($a_values !== null)
36 foreach($a_values as $idx => $value)
41 unset($a_values[$idx]);
44 if(!
sizeof($a_values))
49 $this->values = $a_values;
60 return array_key_exists($a_value, $this->
getDefinition()->getOptions());
101 return md5(implode(
",", $current));