Esempio n. 1
0
 /**
  * @param $name
  */
 function __construct($name)
 {
     parent::__construct();
     $this->name($name);
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->label('<input type="checkbox" class="adminCheckboxAll"/>');
     $this->orderable(false);
 }