getIdAttribute() public method

Get the ID attribute for a field name.
public getIdAttribute ( string $name, array $attributes ) : string
$name string
$attributes array
return string
Exemplo n.º 1
0
 /**
  * Get the ID attribute for a field name.
  *
  * @param string $name
  * @param array $attributes
  * @return string 
  * @static 
  */
 public static function getIdAttribute($name, $attributes)
 {
     return \Collective\Html\FormBuilder::getIdAttribute($name, $attributes);
 }