9 defined(
'JPATH_PLATFORM') or die;
36 public function test(SimpleXMLElement $element, $value, $group = null,
JRegistry $input = null,
JForm $form = null)
39 foreach ($element->option as $option)
41 if ($value == (
string) $option->attributes()->value)