Piwik\Columns\Dimension::hasColumnType PHP Method

hasColumnType() public method

Check whether the dimension has a column type configured
public hasColumnType ( ) : boolean
return boolean
    public function hasColumnType()
    {
        return !empty($this->columnType);
    }