@@ -11,6 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | trait DynamicContentTrait |
| 13 | 13 | { |
| 14 | + /** |
|
| 15 | + * @param string $route |
|
| 16 | + */ |
|
| 14 | 17 | public function loadDynamicContent($object_id, $route, $selections) |
| 15 | 18 | { |
| 16 | 19 | /** @var \app\components\Response $response */ |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | /** |
| 214 | 214 | * @param int $object_id |
| 215 | 215 | * @param int $object_model_id |
| 216 | - * @return null|\yii\db\ActiveRecord[] |
|
| 216 | + * @return string |
|
| 217 | 217 | */ |
| 218 | 218 | public static function getForModel($object_id, $object_model_id) |
| 219 | 219 | { |
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | } |
| 270 | 270 | |
| 271 | 271 | /** |
| 272 | - * @param ActiveRecord|HasProperties $model |
|
| 272 | + * @param ActiveRecord $model |
|
| 273 | 273 | * @param string $idAttribute |
| 274 | 274 | * @return bool |
| 275 | 275 | */ |