__construct() public method

Constructor.
public __construct ( )
Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->enable_sort = true;
     $this->datatable_js_type = 'DataTable';
     $this->addPropertiesThatShouldBeAvailableClientSide(array('show_extra_columns', 'show_goals_columns', 'disable_row_evolution', 'disable_row_actions', 'enable_sort', 'keep_summary_row', 'subtable_controller_action'));
     $this->addPropertiesThatCanBeOverwrittenByQueryParams(array('show_expanded', 'disable_row_actions', 'disable_row_evolution', 'show_extra_columns', 'show_goals_columns', 'disable_subtable_when_show_goals', 'keep_summary_row', 'highlight_summary_row'));
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->addPropertiesThatShouldBeAvailableClientSide(array('disable_row_actions'));
     $this->addPropertiesThatCanBeOverwrittenByQueryParams(array('disable_row_actions'));
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->addPropertiesThatCanBeOverwrittenByQueryParams(array('display_logo_instead_of_label'));
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->show_limit_control = false;
     $this->addPropertiesThatShouldBeAvailableClientSide(array('show_series_picker', 'allow_multi_select_series_picker', 'selectable_columns', 'selectable_rows', 'display_percentage_in_tooltip'));
     $this->addPropertiesThatCanBeOverwrittenByQueryParams(array('show_all_ticks', 'show_series_picker'));
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->translations = Metrics::getDefaultMetricTranslations();
 }