@@ -231,7 +231,7 @@ |
||
231 | 231 | /** |
232 | 232 | * Returns the frontend controller |
233 | 233 | * |
234 | - * @return \Aimeos\Controller\Frontend\Customer\Iface Frontend controller object |
|
234 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
235 | 235 | * @since 2017.04 |
236 | 236 | */ |
237 | 237 | protected function getController() |
@@ -201,6 +201,9 @@ |
||
201 | 201 | } |
202 | 202 | |
203 | 203 | |
204 | + /** |
|
205 | + * @param string $name |
|
206 | + */ |
|
204 | 207 | protected function access( $name ) |
205 | 208 | { |
206 | 209 | $class = new \ReflectionClass( '\Aimeos\Controller\Frontend\Customer\Decorator\Base' ); |