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

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

protected init ( )
    protected function init()
    {
        parent::init();
        $this->name = 'Pie graph';
        $this->subcategoryId = $this->name;
        $this->order = 112;
    }