@@ -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 | */  |