Example #1
0
 /**
  * Set the matching ID on a field if possible
  * Override to prefix the id with group-
  *
  * @param string $name
  *
  * @return string
  */
 protected function getUniqueId($name)
 {
     return 'group-' . parent::getUniqueId($name);
 }