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