X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FBacklinkCache.php;h=ba8691b2924df7906744b600cd13fb600014b495;hb=08d9eb261cb93363f6152e7bd48fc665ffeda8fc;hp=d2055dd5c5532616540be734de3222268f2e7029;hpb=e06ed59cd597b8cd9ca58d1bab2b76fcf4dafc35;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/BacklinkCache.php b/includes/BacklinkCache.php index d2055dd5c5..ba8691b292 100644 --- a/includes/BacklinkCache.php +++ b/includes/BacklinkCache.php @@ -217,6 +217,7 @@ class BacklinkCache { /** * Get the field name prefix for a given table * @param $table String + * @throws MWException * @return null|string */ protected function getPrefix( $table ) { @@ -245,6 +246,7 @@ class BacklinkCache { * Get the SQL condition array for selecting backlinks, with a join * on the page table. * @param $table String + * @throws MWException * @return array|null */ protected function getConditions( $table ) { @@ -381,6 +383,7 @@ class BacklinkCache { * Partition a DB result with backlinks in it into batches * @param $res ResultWrapper database result * @param $batchSize integer + * @throws MWException * @return array @see */ protected function partitionResult( $res, $batchSize ) {