Update code documentation with Bryans help for r62282 and r62331
[lhc/web/wiklou.git] / includes / TitleArray.php
index b2f3d2f..f7a9e1d 100644 (file)
@@ -51,6 +51,10 @@ class TitleArrayFromResult extends TitleArray {
                }
        }
 
+       public function count() {
+               return $this->res->numRows();
+       }
+
        function current() {
                return $this->current;
        }