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

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        $this->name = Piwik::translate('Advanced tag cloud: with logos and links');
        $this->subcategoryId = 'Tag clouds';
        $this->order = 113;
    }