@@ -27,7 +27,6 @@ |
||
27 | 27 | * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects |
28 | 28 | * @param array $templatePaths Associative list of the file system paths to the core or the extensions as key |
29 | 29 | * and a list of relative paths inside the core or the extension as values |
30 | - * @param \Aimeos\Admin\JQAdm\Iface $client Admin object |
|
31 | 30 | */ |
32 | 31 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context, array $templatePaths ) |
33 | 32 | { |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * Creates a new resource |
75 | 75 | * |
76 | 76 | * @return string|null admin output to display or null for redirecting to the list |
77 | - */ |
|
77 | + */ |
|
78 | 78 | public function create() |
79 | 79 | { |
80 | 80 | return $this->client->create(); |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | * Deletes a resource |
86 | 86 | * |
87 | 87 | * @return string|null admin output to display or null for redirecting to the list |
88 | - */ |
|
88 | + */ |
|
89 | 89 | public function delete() |
90 | 90 | { |
91 | 91 | return $this->client->delete(); |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | * Returns a single resource |
97 | 97 | * |
98 | 98 | * @return string|null admin output to display or null for redirecting to the list |
99 | - */ |
|
99 | + */ |
|
100 | 100 | public function get() |
101 | 101 | { |
102 | 102 | return $this->client->get(); |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | * Saves the data |
108 | 108 | * |
109 | 109 | * @return string|null admin output to display or null for redirecting to the list |
110 | - */ |
|
110 | + */ |
|
111 | 111 | public function save() |
112 | 112 | { |
113 | 113 | return $this->client->save(); |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | * Returns a list of resource according to the conditions |
119 | 119 | * |
120 | 120 | * @return string admin output to display |
121 | - */ |
|
121 | + */ |
|
122 | 122 | public function search() |
123 | 123 | { |
124 | 124 | return $this->client->search(); |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns a single resource |
109 | 109 | * |
110 | - * @return string|null admin output to display or null for redirecting to the list |
|
110 | + * @return string admin output to display or null for redirecting to the list |
|
111 | 111 | */ |
112 | 112 | public function get() |
113 | 113 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns a single resource |
109 | 109 | * |
110 | - * @return string|null admin output to display or null for redirecting to the list |
|
110 | + * @return string admin output to display or null for redirecting to the list |
|
111 | 111 | */ |
112 | 112 | public function get() |
113 | 113 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns a single resource |
109 | 109 | * |
110 | - * @return string|null admin output to display or null for redirecting to the list |
|
110 | + * @return string admin output to display or null for redirecting to the list |
|
111 | 111 | */ |
112 | 112 | public function get() |
113 | 113 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns a single resource |
109 | 109 | * |
110 | - * @return string|null admin output to display or null for redirecting to the list |
|
110 | + * @return string admin output to display or null for redirecting to the list |
|
111 | 111 | */ |
112 | 112 | public function get() |
113 | 113 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns a single resource |
109 | 109 | * |
110 | - * @return string|null admin output to display or null for redirecting to the list |
|
110 | + * @return string admin output to display or null for redirecting to the list |
|
111 | 111 | */ |
112 | 112 | public function get() |
113 | 113 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | /** |
149 | 149 | * Returns a single resource |
150 | 150 | * |
151 | - * @return string|null admin output to display or null for redirecting to the list |
|
151 | + * @return string admin output to display or null for redirecting to the list |
|
152 | 152 | */ |
153 | 153 | public function get() |
154 | 154 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * Copies a resource |
63 | 63 | * |
64 | - * @return string|null admin output to display or null for redirecting to the list |
|
64 | + * @return string admin output to display or null for redirecting to the list |
|
65 | 65 | */ |
66 | 66 | public function copy() |
67 | 67 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Creates a new resource |
86 | 86 | * |
87 | - * @return string|null admin output to display or null for redirecting to the list |
|
87 | + * @return string admin output to display or null for redirecting to the list |
|
88 | 88 | */ |
89 | 89 | public function create() |
90 | 90 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns a single resource |
109 | 109 | * |
110 | - * @return string|null admin output to display or null for redirecting to the list |
|
110 | + * @return string admin output to display or null for redirecting to the list |
|
111 | 111 | */ |
112 | 112 | public function get() |
113 | 113 | { |