@@ -276,6 +276,9 @@ |
||
| 276 | 276 | } |
| 277 | 277 | |
| 278 | 278 | |
| 279 | + /** |
|
| 280 | + * @param string $name |
|
| 281 | + */ |
|
| 279 | 282 | protected function access( $name ) |
| 280 | 283 | { |
| 281 | 284 | $class = new \ReflectionClass( '\Aimeos\Controller\Frontend\Basket\Base' ); |
@@ -150,7 +150,6 @@ |
||
| 150 | 150 | * Sets the delivery/payment service item based on the service ID. |
| 151 | 151 | * |
| 152 | 152 | * @param string $type Service type code like 'payment' or 'delivery' |
| 153 | - * @param string $id|null Unique ID of the service item or null to remove it |
|
| 154 | 153 | * @param array $attributes Associative list of key/value pairs containing the attributes selected or |
| 155 | 154 | * entered by the customer when choosing one of the delivery or payment options |
| 156 | 155 | * @throws \Aimeos\Controller\Frontend\Basket\Exception If there is no price to the service item attached |
@@ -150,7 +150,6 @@ |
||
| 150 | 150 | * Sets the delivery/payment service item based on the service ID. |
| 151 | 151 | * |
| 152 | 152 | * @param string $type Service type code like 'payment' or 'delivery' |
| 153 | - * @param string $id|null Unique ID of the service item or null to remove it |
|
| 154 | 153 | * @param array $attributes Associative list of key/value pairs containing the attributes selected or |
| 155 | 154 | * entered by the customer when choosing one of the delivery or payment options |
| 156 | 155 | * @throws \Aimeos\Controller\Frontend\Basket\Exception If there is no price to the service item attached |
@@ -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() |