Ejemplo n.º 1
0
 /**
  * Test...
  *
  * @param   string  $name   The name of the form field.
  * @param   string  $group  The optional dot-separated form group path on which to find the field.
  *
  * @return  mixed  The XML element object for the field or boolean false on error.
  *
  * @since   1.0
  */
 public function findField($name, $group = null)
 {
     return parent::findField($name, $group);
 }