/** * Generates non-breaking space entities based on number supplied. * * @param int $num * * @return string * @static */ public static function nbsp($num = 1) { return \Collective\Html\HtmlBuilder::nbsp($num); }