Example #1
0
 /**
  * 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\Table::withAttributes($attributes);
 }