Newscoop\Service\Model\Search\ColumnOrder::orderAscending PHP Méthode

orderAscending() public méthode

Set this column to be ordered asscending.
public orderAscending ( ) : Newscoop\Service\Model\Search\Column
Résultat Newscoop\Service\Model\Search\Column This instance, used for chaining purposes.
    public function orderAscending()
    {
        $this->order(TRUE);
        return $this;
    }