Redaxscript\Db::orderGlobal PHP Méthode

orderGlobal() public méthode

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