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');
    }