Piwik\Plugins\ExampleTracker\Columns\ExampleVisitDimension::getName PHP Метод

getName() публичный Метод

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
Результат string
    public function getName()
    {
        return Piwik::translate('ExampleTracker_DimensionName');
    }