Piwik\Plugins\ExampleTracker\Columns\ExampleVisitDimension::getName PHP Method

getName() public method

The name of the dimension which will be visible for instance in the UI of a related report and in the mobile app.
public getName ( ) : string
return string
    public function getName()
    {
        return Piwik::translate('ExampleTracker_DimensionName');
    }