Exemplo n.º 1
0
 /**
  * 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);
 }