@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * Generate a seo for the page using the current entity. |
| 62 | 62 | * |
| 63 | 63 | * @param Page $page |
| 64 | - * @param Entity $entity |
|
| 64 | + * @param \Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntityInterface $entity |
|
| 65 | 65 | */ |
| 66 | 66 | public function updateSeoByEntity(BasePage $page, $entity) |
| 67 | 67 | { |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | /** |
| 125 | 125 | * Get categories. |
| 126 | 126 | * |
| 127 | - * @return string |
|
| 127 | + * @return ArrayCollection |
|
| 128 | 128 | */ |
| 129 | 129 | public function getCategories() |
| 130 | 130 | { |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | /** |
| 179 | - * @return string |
|
| 179 | + * @return ArrayCollection |
|
| 180 | 180 | */ |
| 181 | 181 | public function getTags() |
| 182 | 182 | { |
@@ -231,8 +231,8 @@ |
||
| 231 | 231 | } |
| 232 | 232 | |
| 233 | 233 | /** |
| 234 | - * @param $className |
|
| 235 | - * @param $annotationObj |
|
| 234 | + * @param string $className |
|
| 235 | + * @param BusinessEntity $annotationObj |
|
| 236 | 236 | * @param $businessProperties |
| 237 | 237 | * |
| 238 | 238 | * @return ORMBusinessEntity |
@@ -128,6 +128,7 @@ discard block |
||
| 128 | 128 | * @param BusinessEntity[] $classes |
| 129 | 129 | * @param int $position |
| 130 | 130 | * @param \Victoire\Bundle\WidgetBundle\Model\Widget $activeWidget |
| 131 | + * @param string $quantum |
|
| 131 | 132 | * |
| 132 | 133 | * @throws \Exception |
| 133 | 134 | * |
@@ -184,6 +185,7 @@ discard block |
||
| 184 | 185 | * @param string $businessEntityId |
| 185 | 186 | * @param string $formMode |
| 186 | 187 | * @param int $position |
| 188 | + * @param string $slotId |
|
| 187 | 189 | * |
| 188 | 190 | * @throws \Exception |
| 189 | 191 | * |
@@ -325,7 +325,7 @@ |
||
| 325 | 325 | } |
| 326 | 326 | |
| 327 | 327 | /** |
| 328 | - * @return WidgetMap[] |
|
| 328 | + * @return Collection |
|
| 329 | 329 | */ |
| 330 | 330 | public function getChildren() |
| 331 | 331 | { |