/** * Register a custom component. * * @param $name * @param $view * @param array $signature * @return void * @static */ public static function component($name, $view, $signature) { \Collective\Html\HtmlBuilder::component($name, $view, $signature); }