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