X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdb%2FORMTable.php;h=3f91e0a33bb9813b50af1190cc6bab69cfd13c33;hb=529c02dc47fd490a59fa811d5633c99eb16f0c22;hp=e47bc672de728574fa12f46382c0186efa651c21;hpb=5974804aee5bfc01ea6b49de8537df960035c0ce;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/ORMTable.php b/includes/db/ORMTable.php index e47bc672de..3f91e0a33b 100644 --- a/includes/db/ORMTable.php +++ b/includes/db/ORMTable.php @@ -246,9 +246,9 @@ class ORMTable extends DBAccessBase implements IORMTable { * @param array $conditions * @param array $options * @param null|string $functionName - * * @return ResultWrapper - * @throws DBQueryError if the quey failed (even if the database was in ignoreErrors mode). + * @throws DBQueryError if the query failed (even if the database was in + * ignoreErrors mode). */ public function rawSelect( $fields = null, array $conditions = array(), array $options = array(), $functionName = null @@ -378,7 +378,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * @param array $options * @param string|null $functionName * - * @return ResultWrapper + * @return stdClass */ public function rawSelectRow( array $fields, array $conditions = array(), array $options = array(), $functionName = null @@ -825,7 +825,7 @@ class ORMTable extends DBAccessBase implements IORMTable { * @since 1.20 * * @param stdClass $result - * + * @throws MWException * @return array */ public function getFieldsFromDBResult( stdClass $result ) {