Redaxscript\Db::orderGlobal PHP Method

orderGlobal() public method

order according to global setting
Since: 2.2.0
public orderGlobal ( string $column = null ) : Db
$column string name of the column
return Db
    public function orderGlobal($column = null)
    {
        return $this->_addOrderBy($column, $this->getSetting('order'));
    }