/** * More descriptive version of withAttributes * * @see withAttributes * @param array $attributes The attributes to add * @return $this * @static */ public static function addAttributes($attributes) { return \Bootstrapper\Button::addAttributes($attributes); }