Esempio n. 1
0
 /**
  * add an attribute, or shortcut for attributes()
  *
  * @param $attributes
  * @return $this 
  * @static 
  */
 public static function attr($attribute, $value = null)
 {
     //Method inherited from \Zofe\Rapyd\Widget
     return \Zofe\Rapyd\DataGrid\DataGrid::attr($attribute, $value);
 }