@@ -268,7 +268,7 @@ |
||
268 | 268 | * @param string $indexType One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_CAMELNAME |
269 | 269 | * TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM |
270 | 270 | * |
271 | - * @return mixed The primary key of the row |
|
271 | + * @return integer The primary key of the row |
|
272 | 272 | */ |
273 | 273 | public static function getPrimaryKeyFromRow($row, $offset = 0, $indexType = TableMap::TYPE_NUM) |
274 | 274 | { |
@@ -5,11 +5,15 @@ |
||
5 | 5 | interface ResultInterface |
6 | 6 | { |
7 | 7 | |
8 | + /** |
|
9 | + * @return void |
|
10 | + */ |
|
8 | 11 | public function __construct($groupName); |
9 | 12 | |
10 | 13 | /** |
11 | 14 | * @param string $name |
12 | 15 | * @param string $url |
16 | + * @return void |
|
13 | 17 | */ |
14 | 18 | public function addResult($name, $url); |
15 | 19 |
@@ -102,7 +102,7 @@ |
||
102 | 102 | /** |
103 | 103 | * @uses xbanners_helper.php getBanner() |
104 | 104 | * @param string $place |
105 | - * @return BannersQuery |
|
105 | + * @return xbanners\models\Banners |
|
106 | 106 | */ |
107 | 107 | public function getBanner($place) { |
108 | 108 |