Piwik\DataTable::getSortedByColumnName PHP Method

getSortedByColumnName() public method

See {@link sort()}.
public getSortedByColumnName ( ) : false | string
return false | string The sorted column name or false if none.
    public function getSortedByColumnName()
    {
        return $this->tableSortedBy;
    }