Esempio n. 1
0
 /**
  * Constructor.
  * Initializes the body container.
  */
 public function __construct($control)
 {
     parent::__construct();
     $this->control = $control;
 }
Esempio n. 2
0
 /**
  * Constructor.
  * Sets up the datagrid object.
  */
 public function __construct($grid)
 {
     parent::__construct();
     $this->grid = $grid;
 }
Esempio n. 3
0
 public function __construct($list)
 {
     parent::__construct();
     $this->list = $list;
 }