/** * Disables the button * * @return $this * @static */ public static function disable() { return \Bootstrapper\Button::disable(); }