@@ -95,8 +95,7 @@ |
||
| 95 | 95 | if( !in_array( $package->name, $filter ) ) { |
| 96 | 96 | $packageContainer[$package->file][] = $package; |
| 97 | 97 | } |
| 98 | - } |
|
| 99 | - else |
|
| 98 | + } else |
|
| 100 | 99 | { |
| 101 | 100 | $packageContainer[$package->file] = [$package]; |
| 102 | 101 | } |
@@ -237,27 +237,27 @@ discard block |
||
| 237 | 237 | */ |
| 238 | 238 | |
| 239 | 239 | /** mshop/group/manager/submanagers |
| 240 | - * List of manager names that can be instantiated by the group manager |
|
| 241 | - * |
|
| 242 | - * Managers provide a generic interface to the underlying storage. |
|
| 243 | - * Each manager has or can have sub-managers caring about particular |
|
| 244 | - * aspects. Each of these sub-managers can be instantiated by its |
|
| 245 | - * parent manager using the getSubManager() method. |
|
| 246 | - * |
|
| 247 | - * The search keys from sub-managers can be normally used in the |
|
| 248 | - * manager as well. It allows you to search for items of the manager |
|
| 249 | - * using the search keys of the sub-managers to further limit the |
|
| 250 | - * retrieved list of items. |
|
| 251 | - * |
|
| 252 | - * @param array List of sub-manager names |
|
| 253 | - * @since 2024.04 |
|
| 254 | - */ |
|
| 240 | + * List of manager names that can be instantiated by the group manager |
|
| 241 | + * |
|
| 242 | + * Managers provide a generic interface to the underlying storage. |
|
| 243 | + * Each manager has or can have sub-managers caring about particular |
|
| 244 | + * aspects. Each of these sub-managers can be instantiated by its |
|
| 245 | + * parent manager using the getSubManager() method. |
|
| 246 | + * |
|
| 247 | + * The search keys from sub-managers can be normally used in the |
|
| 248 | + * manager as well. It allows you to search for items of the manager |
|
| 249 | + * using the search keys of the sub-managers to further limit the |
|
| 250 | + * retrieved list of items. |
|
| 251 | + * |
|
| 252 | + * @param array List of sub-manager names |
|
| 253 | + * @since 2024.04 |
|
| 254 | + */ |
|
| 255 | 255 | |
| 256 | 256 | /** mshop/group/manager/insert/mysql |
| 257 | - * Inserts a new group record into the database table |
|
| 258 | - * |
|
| 259 | - * @see mshop/group/manager/insert/ansi |
|
| 260 | - */ |
|
| 257 | + * Inserts a new group record into the database table |
|
| 258 | + * |
|
| 259 | + * @see mshop/group/manager/insert/ansi |
|
| 260 | + */ |
|
| 261 | 261 | |
| 262 | 262 | /** mshop/group/manager/insert/ansi |
| 263 | 263 | * Inserts a new group record into the database table |
@@ -289,10 +289,10 @@ discard block |
||
| 289 | 289 | */ |
| 290 | 290 | |
| 291 | 291 | /** mshop/group/manager/update/mysql |
| 292 | - * Updates an existing group record in the database |
|
| 293 | - * |
|
| 294 | - * @see mshop/group/manager/update/ansi |
|
| 295 | - */ |
|
| 292 | + * Updates an existing group record in the database |
|
| 293 | + * |
|
| 294 | + * @see mshop/group/manager/update/ansi |
|
| 295 | + */ |
|
| 296 | 296 | |
| 297 | 297 | /** mshop/group/manager/update/ansi |
| 298 | 298 | * Updates an existing group record in the database |
@@ -339,27 +339,27 @@ discard block |
||
| 339 | 339 | */ |
| 340 | 340 | |
| 341 | 341 | /** mshop/review/manager/submanagers |
| 342 | - * List of manager names that can be instantiated by the review manager |
|
| 343 | - * |
|
| 344 | - * Managers provide a generic interface to the underlying storage. |
|
| 345 | - * Each manager has or can have sub-managers caring about particular |
|
| 346 | - * aspects. Each of these sub-managers can be instantiated by its |
|
| 347 | - * parent manager using the getSubManager() method. |
|
| 348 | - * |
|
| 349 | - * The search keys from sub-managers can be normally used in the |
|
| 350 | - * manager as well. It allows you to search for items of the manager |
|
| 351 | - * using the search keys of the sub-managers to further limit the |
|
| 352 | - * retrieved list of items. |
|
| 353 | - * |
|
| 354 | - * @param array List of sub-manager names |
|
| 355 | - * @since 2020.10 |
|
| 356 | - */ |
|
| 342 | + * List of manager names that can be instantiated by the review manager |
|
| 343 | + * |
|
| 344 | + * Managers provide a generic interface to the underlying storage. |
|
| 345 | + * Each manager has or can have sub-managers caring about particular |
|
| 346 | + * aspects. Each of these sub-managers can be instantiated by its |
|
| 347 | + * parent manager using the getSubManager() method. |
|
| 348 | + * |
|
| 349 | + * The search keys from sub-managers can be normally used in the |
|
| 350 | + * manager as well. It allows you to search for items of the manager |
|
| 351 | + * using the search keys of the sub-managers to further limit the |
|
| 352 | + * retrieved list of items. |
|
| 353 | + * |
|
| 354 | + * @param array List of sub-manager names |
|
| 355 | + * @since 2020.10 |
|
| 356 | + */ |
|
| 357 | 357 | |
| 358 | 358 | /** mshop/review/manager/insert/mysql |
| 359 | - * Inserts a new review record into the database table |
|
| 360 | - * |
|
| 361 | - * @see mshop/review/manager/insert/ansi |
|
| 362 | - */ |
|
| 359 | + * Inserts a new review record into the database table |
|
| 360 | + * |
|
| 361 | + * @see mshop/review/manager/insert/ansi |
|
| 362 | + */ |
|
| 363 | 363 | |
| 364 | 364 | /** mshop/review/manager/insert/ansi |
| 365 | 365 | * Inserts a new review record into the database table |
@@ -391,10 +391,10 @@ discard block |
||
| 391 | 391 | */ |
| 392 | 392 | |
| 393 | 393 | /** mshop/review/manager/update/mysql |
| 394 | - * Updates an existing review record in the database |
|
| 395 | - * |
|
| 396 | - * @see mshop/review/manager/update/ansi |
|
| 397 | - */ |
|
| 394 | + * Updates an existing review record in the database |
|
| 395 | + * |
|
| 396 | + * @see mshop/review/manager/update/ansi |
|
| 397 | + */ |
|
| 398 | 398 | |
| 399 | 399 | /** mshop/review/manager/update/ansi |
| 400 | 400 | * Updates an existing review record in the database |
@@ -257,27 +257,27 @@ discard block |
||
| 257 | 257 | */ |
| 258 | 258 | |
| 259 | 259 | /** mshop/plugin/manager/submanagers |
| 260 | - * List of manager names that can be instantiated by the plugin manager |
|
| 261 | - * |
|
| 262 | - * Managers provide a generic interface to the underlying storage. |
|
| 263 | - * Each manager has or can have sub-managers caring about particular |
|
| 264 | - * aspects. Each of these sub-managers can be instantiated by its |
|
| 265 | - * parent manager using the getSubManager() method. |
|
| 266 | - * |
|
| 267 | - * The search keys from sub-managers can be normally used in the |
|
| 268 | - * manager as well. It allows you to search for items of the manager |
|
| 269 | - * using the search keys of the sub-managers to further limit the |
|
| 270 | - * retrieved list of items. |
|
| 271 | - * |
|
| 272 | - * @param array List of sub-manager names |
|
| 273 | - * @since 2015.10 |
|
| 274 | - */ |
|
| 260 | + * List of manager names that can be instantiated by the plugin manager |
|
| 261 | + * |
|
| 262 | + * Managers provide a generic interface to the underlying storage. |
|
| 263 | + * Each manager has or can have sub-managers caring about particular |
|
| 264 | + * aspects. Each of these sub-managers can be instantiated by its |
|
| 265 | + * parent manager using the getSubManager() method. |
|
| 266 | + * |
|
| 267 | + * The search keys from sub-managers can be normally used in the |
|
| 268 | + * manager as well. It allows you to search for items of the manager |
|
| 269 | + * using the search keys of the sub-managers to further limit the |
|
| 270 | + * retrieved list of items. |
|
| 271 | + * |
|
| 272 | + * @param array List of sub-manager names |
|
| 273 | + * @since 2015.10 |
|
| 274 | + */ |
|
| 275 | 275 | |
| 276 | 276 | /** mshop/plugin/manager/insert/mysql |
| 277 | - * Inserts a new plugin record into the database table |
|
| 278 | - * |
|
| 279 | - * @see mshop/plugin/manager/insert/ansi |
|
| 280 | - */ |
|
| 277 | + * Inserts a new plugin record into the database table |
|
| 278 | + * |
|
| 279 | + * @see mshop/plugin/manager/insert/ansi |
|
| 280 | + */ |
|
| 281 | 281 | |
| 282 | 282 | /** mshop/plugin/manager/insert/ansi |
| 283 | 283 | * Inserts a new plugin record into the database table |
@@ -309,10 +309,10 @@ discard block |
||
| 309 | 309 | */ |
| 310 | 310 | |
| 311 | 311 | /** mshop/plugin/manager/update/mysql |
| 312 | - * Updates an existing plugin record in the database |
|
| 313 | - * |
|
| 314 | - * @see mshop/plugin/manager/update/ansi |
|
| 315 | - */ |
|
| 312 | + * Updates an existing plugin record in the database |
|
| 313 | + * |
|
| 314 | + * @see mshop/plugin/manager/update/ansi |
|
| 315 | + */ |
|
| 316 | 316 | |
| 317 | 317 | /** mshop/plugin/manager/update/ansi |
| 318 | 318 | * Updates an existing plugin record in the database |
@@ -286,27 +286,27 @@ discard block |
||
| 286 | 286 | */ |
| 287 | 287 | |
| 288 | 288 | /** mshop/rule/manager/submanagers |
| 289 | - * List of manager names that can be instantiated by the rule manager |
|
| 290 | - * |
|
| 291 | - * Managers provide a generic interface to the underlying storage. |
|
| 292 | - * Each manager has or can have sub-managers caring about particular |
|
| 293 | - * aspects. Each of these sub-managers can be instantiated by its |
|
| 294 | - * parent manager using the getSubManager() method. |
|
| 295 | - * |
|
| 296 | - * The search keys from sub-managers can be normally used in the |
|
| 297 | - * manager as well. It allows you to search for items of the manager |
|
| 298 | - * using the search keys of the sub-managers to further limit the |
|
| 299 | - * retrieved list of items. |
|
| 300 | - * |
|
| 301 | - * @param array List of sub-manager names |
|
| 302 | - * @since 2021.04 |
|
| 303 | - */ |
|
| 289 | + * List of manager names that can be instantiated by the rule manager |
|
| 290 | + * |
|
| 291 | + * Managers provide a generic interface to the underlying storage. |
|
| 292 | + * Each manager has or can have sub-managers caring about particular |
|
| 293 | + * aspects. Each of these sub-managers can be instantiated by its |
|
| 294 | + * parent manager using the getSubManager() method. |
|
| 295 | + * |
|
| 296 | + * The search keys from sub-managers can be normally used in the |
|
| 297 | + * manager as well. It allows you to search for items of the manager |
|
| 298 | + * using the search keys of the sub-managers to further limit the |
|
| 299 | + * retrieved list of items. |
|
| 300 | + * |
|
| 301 | + * @param array List of sub-manager names |
|
| 302 | + * @since 2021.04 |
|
| 303 | + */ |
|
| 304 | 304 | |
| 305 | 305 | /** mshop/rule/manager/insert/mysql |
| 306 | - * Inserts a new rule record into the database table |
|
| 307 | - * |
|
| 308 | - * @see mshop/rule/manager/insert/ansi |
|
| 309 | - */ |
|
| 306 | + * Inserts a new rule record into the database table |
|
| 307 | + * |
|
| 308 | + * @see mshop/rule/manager/insert/ansi |
|
| 309 | + */ |
|
| 310 | 310 | |
| 311 | 311 | /** mshop/rule/manager/insert/ansi |
| 312 | 312 | * Inserts a new rule record into the database table |
@@ -338,10 +338,10 @@ discard block |
||
| 338 | 338 | */ |
| 339 | 339 | |
| 340 | 340 | /** mshop/rule/manager/update/mysql |
| 341 | - * Updates an existing rule record in the database |
|
| 342 | - * |
|
| 343 | - * @see mshop/rule/manager/update/ansi |
|
| 344 | - */ |
|
| 341 | + * Updates an existing rule record in the database |
|
| 342 | + * |
|
| 343 | + * @see mshop/rule/manager/update/ansi |
|
| 344 | + */ |
|
| 345 | 345 | |
| 346 | 346 | /** mshop/rule/manager/update/ansi |
| 347 | 347 | * Updates an existing rule record in the database |