@@ -133,7 +133,7 @@ |
||
133 | 133 | /** |
134 | 134 | * Returns the frontend controller |
135 | 135 | * |
136 | - * @return \Aimeos\Controller\Frontend\Subscription\Iface Frontend controller object |
|
136 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
137 | 137 | */ |
138 | 138 | protected function getController() |
139 | 139 | { |
@@ -118,7 +118,7 @@ |
||
118 | 118 | /** |
119 | 119 | * Returns the frontend controller |
120 | 120 | * |
121 | - * @return \Aimeos\Controller\Frontend\Supplier\Iface Frontend controller object |
|
121 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
122 | 122 | */ |
123 | 123 | protected function getController() |
124 | 124 | { |
@@ -229,6 +229,9 @@ |
||
229 | 229 | } |
230 | 230 | |
231 | 231 | |
232 | + /** |
|
233 | + * @param string $name |
|
234 | + */ |
|
232 | 235 | protected function access( $name ) |
233 | 236 | { |
234 | 237 | $class = new \ReflectionClass( \Aimeos\Controller\Frontend\Product\Decorator\Base::class ); |
@@ -138,7 +138,7 @@ |
||
138 | 138 | * |
139 | 139 | * @param string $operator Comparison operator, e.g. "==", "!=", "<", "<=", ">=", ">", "=~", "~=" |
140 | 140 | * @param string $key Search key defined by the product manager, e.g. "product.status" |
141 | - * @param array|string $value Value or list of values to compare to |
|
141 | + * @param string $value Value or list of values to compare to |
|
142 | 142 | * @return \Aimeos\Controller\Frontend\Product\Iface Product controller for fluent interface |
143 | 143 | * @since 2019.04 |
144 | 144 | */ |