@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * @param View $view |
| 35 | - * @param mixed $entity |
|
| 35 | + * @param mixed $entityId |
|
| 36 | 36 | * |
| 37 | 37 | * @return string |
| 38 | 38 | */ |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * @param [] $tree |
|
| 68 | + * @param WebViewInterface[] $tree |
|
| 69 | 69 | */ |
| 70 | 70 | public function buildViewReferenceRecursively($tree, EntityManager $entityManager, $isRoot = true) |
| 71 | 71 | { |
@@ -123,9 +123,10 @@ discard block |
||
| 123 | 123 | * |
| 124 | 124 | * @param string $slot |
| 125 | 125 | * @param View $view |
| 126 | - * @param Widget $widget |
|
| 126 | + * @param Widget $widgets |
|
| 127 | 127 | * @param BusinessEntity[] $classes |
| 128 | 128 | * @param int $position |
| 129 | + * @param \Victoire\Bundle\WidgetBundle\Model\Widget $activeWidget |
|
| 129 | 130 | * |
| 130 | 131 | * @throws \Exception |
| 131 | 132 | * |
@@ -150,7 +151,6 @@ discard block |
||
| 150 | 151 | * @param Widget $widget |
| 151 | 152 | * @param View $view |
| 152 | 153 | * @param string $businessEntityId |
| 153 | - * @param string $namespace |
|
| 154 | 154 | * @param int $position |
| 155 | 155 | * @param string $slot |
| 156 | 156 | * |
@@ -181,7 +181,6 @@ discard block |
||
| 181 | 181 | * @param Widget $widget |
| 182 | 182 | * @param View $view |
| 183 | 183 | * @param string $businessEntityId |
| 184 | - * @param string $namespace |
|
| 185 | 184 | * @param string $formMode |
| 186 | 185 | * @param int $position |
| 187 | 186 | * |
@@ -297,9 +296,9 @@ discard block |
||
| 297 | 296 | * @param Widget $widget the widget |
| 298 | 297 | * @param View $view the page |
| 299 | 298 | * @param string $businessEntityId the entity class |
| 300 | - * @param string $namespace the namespace |
|
| 301 | 299 | * @param string $formMode the form mode |
| 302 | 300 | * @param int $position |
| 301 | + * @param string $slotId |
|
| 303 | 302 | * |
| 304 | 303 | * @throws \Exception |
| 305 | 304 | * |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | /** |
| 173 | 173 | * Get businessEntityName. |
| 174 | 174 | * |
| 175 | - * @return int |
|
| 175 | + * @return string |
|
| 176 | 176 | */ |
| 177 | 177 | public function getBusinessEntityName() |
| 178 | 178 | { |
@@ -369,7 +369,7 @@ discard block |
||
| 369 | 369 | /** |
| 370 | 370 | * Set widgets. |
| 371 | 371 | * |
| 372 | - * @param [WidgetMap] $widgetMaps |
|
| 372 | + * @param [WidgetMap] $widgetMap |
|
| 373 | 373 | * |
| 374 | 374 | * @return Widget |
| 375 | 375 | */ |
@@ -500,7 +500,7 @@ discard block |
||
| 500 | 500 | } |
| 501 | 501 | |
| 502 | 502 | /** |
| 503 | - * @param $criteriaAlias |
|
| 503 | + * @param string $criteriaAlias |
|
| 504 | 504 | * |
| 505 | 505 | * @return bool |
| 506 | 506 | */ |
@@ -52,8 +52,6 @@ |
||
| 52 | 52 | * create a new WidgetRedactor. |
| 53 | 53 | * |
| 54 | 54 | * @param string $type |
| 55 | - * @param \Victoire\Bundle\CoreBundle\Entity\View $view |
|
| 56 | - * @param string $slot |
|
| 57 | 55 | * @param string $mode |
| 58 | 56 | * |
| 59 | 57 | * @return Widget $widget |
@@ -54,7 +54,6 @@ |
||
| 54 | 54 | * @param Request $request |
| 55 | 55 | * @param WidgetMapManager $widgetMapManager |
| 56 | 56 | * @param WidgetMapBuilder $widgetMapBuilder |
| 57 | - * @param BusinessEntityHelper $cacheReader |
|
| 58 | 57 | * @param EngineInterface $templating |
| 59 | 58 | * @param PageHelper $pageHelper |
| 60 | 59 | * @param array $slots |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | * filter API to get a list of entities. |
| 100 | 100 | * |
| 101 | 101 | * @param APIBusinessEntity $businessEntity |
| 102 | - * @param array $filters |
|
| 102 | + * @param array $filter |
|
| 103 | 103 | * |
| 104 | 104 | * @return mixed |
| 105 | 105 | */ |
@@ -123,6 +123,7 @@ discard block |
||
| 123 | 123 | * Sends a curl request to a given path. |
| 124 | 124 | * |
| 125 | 125 | * @param APIEndpoint $endPoint |
| 126 | + * @param string $getMethod |
|
| 126 | 127 | * |
| 127 | 128 | * @return array |
| 128 | 129 | */ |
@@ -14,7 +14,6 @@ discard block |
||
| 14 | 14 | /** |
| 15 | 15 | * Replace the code string with the value of the entity attribute. |
| 16 | 16 | * |
| 17 | - * @param string $string |
|
| 18 | 17 | * @param BusinessProperty $businessProperty |
| 19 | 18 | * @param object $entity |
| 20 | 19 | * |
@@ -41,7 +40,6 @@ discard block |
||
| 41 | 40 | /** |
| 42 | 41 | * Replace the code string with the value of the entity attribute. |
| 43 | 42 | * |
| 44 | - * @param string $string |
|
| 45 | 43 | * @param string $entityProperty |
| 46 | 44 | * @param string $attributeValue |
| 47 | 45 | * |
@@ -184,7 +184,7 @@ |
||
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | /** |
| 187 | - * @param mixed $ressource |
|
| 187 | + * @param mixed $ressourceId |
|
| 188 | 188 | */ |
| 189 | 189 | public function setRessourceId($ressourceId) |
| 190 | 190 | { |