Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 40 | libraries/joomla/form/fields/combo.php |
2 | 2 | 40 | libraries/joomla/form/fields/radio.php |
| ||||
// Iterate through the children and build an array of options. foreach ($this->_element->children() as $option) { $options[]= JHtml::_('select.option', $option->attributes('value'), JText::_($option->data())); } |
| ||||
// Get the options for the radio list. foreach ($this->_element->children() as $option) { $options[]= JHtml::_('select.option', $option->attributes('value'), JText::_($option->data())); } |
| |||
// Iterate through the children and build an array of options. // Get the options for the radio list. foreach ($this->_element->children() as $option) { $options[]=JHtml::_('select.option',$option->attributes('value'),JText::_($option->data())); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |