Ejemplo n.º 1
0
 /**
  * Test...
  *
  * @param   \SimpleXMLElement          $element  The XML element object representation of the form field.
  * @param   string                     $group    The optional dot-separated form group path on which to find the field.
  * @param   mixed                      $value    The optional value to use as the default for the field.
  * @param   \Joomla\Registry\Registry  $input    An optional Registry object with the entire data set to validate
  *                                               against the entire form.
  *
  * @return  boolean
  *
  * @since   1.0
  */
 public function validateField($element, $group = null, $value = null, $input = null)
 {
     return parent::validateField($element, $group, $value, $input);
 }