Newscoop\Service\Model\Search\ColumnOrder::isOrderAscending PHP Method

isOrderAscending() public method

Provides the ordering status of the column.
public isOrderAscending ( ) : null | boolean
return 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;
    }