Piwik\Plugins\ExampleUI\Reports\Base::init PHP Метод

init() защищенный Метод

protected init ( )
    protected function init()
    {
        $this->categoryId = 'ExampleUI_UiFramework';
    }

Usage Example

Пример #1
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesDataTable');
     $this->subcategoryId = 'ExampleUI_GetTemperaturesDataTable';
     $this->order = 110;
 }
All Usage Examples Of Piwik\Plugins\ExampleUI\Reports\Base::init
Base