/** * Sets the type of the navbar * * @param string $type The type of the navbar. Assumes that the navbar- * prefix is there * @return $this * @static */ public static function setType($type) { return \Bootstrapper\Navbar::setType($type); }