@@ -33,21 +33,21 @@ |
||
33 | 33 | */ |
34 | 34 | |
35 | 35 | /** mshop/text/manager/lists/submanagers |
36 | - * List of manager names that can be instantiated by the text list manager |
|
37 | - * |
|
38 | - * Managers provide a generic interface to the underlying storage. |
|
39 | - * Each manager has or can have sub-managers caring about particular |
|
40 | - * aspects. Each of these sub-managers can be instantiated by its |
|
41 | - * parent manager using the getSubManager() method. |
|
42 | - * |
|
43 | - * The search keys from sub-managers can be normally used in the |
|
44 | - * manager as well. It allows you to search for items of the manager |
|
45 | - * using the search keys of the sub-managers to further limit the |
|
46 | - * retrieved list of items. |
|
47 | - * |
|
48 | - * @param array List of sub-manager names |
|
49 | - * @since 2015.10 |
|
50 | - */ |
|
36 | + * List of manager names that can be instantiated by the text list manager |
|
37 | + * |
|
38 | + * Managers provide a generic interface to the underlying storage. |
|
39 | + * Each manager has or can have sub-managers caring about particular |
|
40 | + * aspects. Each of these sub-managers can be instantiated by its |
|
41 | + * parent manager using the getSubManager() method. |
|
42 | + * |
|
43 | + * The search keys from sub-managers can be normally used in the |
|
44 | + * manager as well. It allows you to search for items of the manager |
|
45 | + * using the search keys of the sub-managers to further limit the |
|
46 | + * retrieved list of items. |
|
47 | + * |
|
48 | + * @param array List of sub-manager names |
|
49 | + * @since 2015.10 |
|
50 | + */ |
|
51 | 51 | |
52 | 52 | /** mshop/text/manager/lists/name |
53 | 53 | * Class name of the used text list manager implementation |