Exemple #1
0
 public static function register()
 {
     Grid::extensionMethod('addColumnBoolean', function (Grid $grid, $name, $label) {
         return new Boolean($grid, $name, $label);
     });
 }