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