Piwik\DataTable::getSortedByColumnName PHP 메소드

getSortedByColumnName() 공개 메소드

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