parent = $parent; $this->data = new \StdClass(); } // -------------------------------------------------------------------------- /** * Add a new tab with the provided label * * @param string $label * @param GObject $widget * @return void */ public function add_tab($label, $widget = NULL) { if (is_null($widget)) { $widget = new Data_Grid($this); } $this->AddPage($widget, $label); } } // End of db_tabs.php