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