Piwik\Plugins\ExampleUI\Reports\GetPlanetRatios::init PHP Method

init() protected method

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