NukeViet\Core\Database::order PHP Method

order() public method

order for the query.
public order ( string $order = '' ) : Database
$order string
return Database $this
    public function order($order = '')
    {
        $this->_order = $order;
        return $this;
    }