Newscoop\Service\Model\Search\ColumnOrder::isOrderAscending PHP Метод

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

Provides the ordering status of the column.
public isOrderAscending ( ) : null | boolean
Результат null | boolean Returns NULL if this column is not ordered, true if the order is ascending, flase for descending.
    public function isOrderAscending()
    {
        return $this->ascending;
    }