@@ -18,8 +18,10 @@ |
||
18 | 18 | /** |
19 | 19 | * Get Advertisements in the database. |
20 | 20 | * |
21 | - * @param int|null $mActive 1 = active otherwise null. Default value is 1. |
|
21 | + * @param integer $mActive 1 = active otherwise null. Default value is 1. |
|
22 | 22 | * @param string $sTable The table. |
23 | + * @param integer $iOffset |
|
24 | + * @param integer $iLimit |
|
23 | 25 | * |
24 | 26 | * @return array The advertisements data. |
25 | 27 | */ |
@@ -345,7 +345,7 @@ |
||
345 | 345 | * @param string $sToFind |
346 | 346 | * @param string $sContents |
347 | 347 | * |
348 | - * @return bool |
|
348 | + * @return integer |
|
349 | 349 | */ |
350 | 350 | protected function find($sToFind, $sContents) |
351 | 351 | { |