@@ -581,27 +581,27 @@ discard block |
||
581 | 581 | */ |
582 | 582 | |
583 | 583 | /** mshop/subscription/manager/submanagers |
584 | - * List of manager names that can be instantiated by the subscription manager |
|
585 | - * |
|
586 | - * Managers provide a generic interface to the underlying storage. |
|
587 | - * Each manager has or can have sub-managers caring about particular |
|
588 | - * aspects. Each of these sub-managers can be instantiated by its |
|
589 | - * parent manager using the getSubManager() method. |
|
590 | - * |
|
591 | - * The search keys from sub-managers can be normally used in the |
|
592 | - * manager as well. It allows you to search for items of the manager |
|
593 | - * using the search keys of the sub-managers to further limit the |
|
594 | - * retrieved list of items. |
|
595 | - * |
|
596 | - * @param array List of sub-manager names |
|
597 | - * @since 2018.04 |
|
598 | - */ |
|
584 | + * List of manager names that can be instantiated by the subscription manager |
|
585 | + * |
|
586 | + * Managers provide a generic interface to the underlying storage. |
|
587 | + * Each manager has or can have sub-managers caring about particular |
|
588 | + * aspects. Each of these sub-managers can be instantiated by its |
|
589 | + * parent manager using the getSubManager() method. |
|
590 | + * |
|
591 | + * The search keys from sub-managers can be normally used in the |
|
592 | + * manager as well. It allows you to search for items of the manager |
|
593 | + * using the search keys of the sub-managers to further limit the |
|
594 | + * retrieved list of items. |
|
595 | + * |
|
596 | + * @param array List of sub-manager names |
|
597 | + * @since 2018.04 |
|
598 | + */ |
|
599 | 599 | |
600 | 600 | /** mshop/subscription/manager/insert/mysql |
601 | - * Inserts a new subscription record into the database table |
|
602 | - * |
|
603 | - * @see mshop/subscription/manager/insert/ansi |
|
604 | - */ |
|
601 | + * Inserts a new subscription record into the database table |
|
602 | + * |
|
603 | + * @see mshop/subscription/manager/insert/ansi |
|
604 | + */ |
|
605 | 605 | |
606 | 606 | /** mshop/subscription/manager/insert/ansi |
607 | 607 | * Inserts a new subscription record into the database table |
@@ -633,10 +633,10 @@ discard block |
||
633 | 633 | */ |
634 | 634 | |
635 | 635 | /** mshop/subscription/manager/update/mysql |
636 | - * Updates an existing subscription record in the database |
|
637 | - * |
|
638 | - * @see mshop/subscription/manager/update/ansi |
|
639 | - */ |
|
636 | + * Updates an existing subscription record in the database |
|
637 | + * |
|
638 | + * @see mshop/subscription/manager/update/ansi |
|
639 | + */ |
|
640 | 640 | |
641 | 641 | /** mshop/subscription/manager/update/ansi |
642 | 642 | * Updates an existing subscription record in the database |