/** * Set the attributes of the object * * @param array $attributes The attributes to use * @return $this * @static */ public static function withAttributes($attributes) { //Method inherited from \Bootstrapper\RenderedObject return \Bootstrapper\Label::withAttributes($attributes); }