r23291 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23290‎ | r23291 | r23292 >
Date:10:59, 23 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Move this up with the other live-run SQL fragment accessors
Modified paths:
  • /branches/robchurch/reports/includes/reports/Report.php (modified) (history)

Diff [purge]

Index: branches/robchurch/reports/includes/reports/Report.php
@@ -112,6 +112,16 @@
113113 }
114114
115115 /**
 116+ * Get ORDER BY clauses to be applied when the
 117+ * report is run live
 118+ *
 119+ * @return array
 120+ */
 121+ public function getOrderingClauses() {
 122+ return array();
 123+ }
 124+
 125+ /**
116126 * Get the column used for paging when the report is run live
117127 *
118128 * @return string
@@ -142,16 +152,6 @@
143153 }
144154
145155 /**
146 - * Get ORDER BY clauses to be applied when the
147 - * report is run live
148 - *
149 - * @return array
150 - */
151 - public function getOrderingClauses() {
152 - return array();
153 - }
154 -
155 - /**
156156 * Given a result object, extract additional parameters
157157 * as a dictionary for later use
158158 *

Status & tagging log