function stylizer_ui::init

Fake constructor -- this is easier to deal with than the real constructor because we are retaining PHP4 compatibility, which would require all child classes to implement their own constructor.

Overrides ctools_export_ui::init

File

stylizer/plugins/export_ui/stylizer_ui.class.php, line 181

Class

stylizer_ui
UI class for Stylizer.

Code

public function init($plugin) {
    ctools_include('stylizer');
    $this->base_types = ctools_get_style_base_types();
    parent::init($plugin);
}