Exemplo n.º 1
0
 /**
  * Check if a component is registered.
  *
  * @param $name
  * @return bool 
  * @static 
  */
 public static function hasComponent($name)
 {
     return \Collective\Html\FormBuilder::hasComponent($name);
 }