@@ -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 |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * Returns the given search filter with the conditions attached for filtering by type code |
26 | 26 | * |
27 | 27 | * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for attribute search |
28 | - * @param array $codes List of attribute type codes |
|
28 | + * @param string[] $codes List of attribute type codes |
|
29 | 29 | * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
30 | 30 | * @since 2017.03 |
31 | 31 | */ |
@@ -108,6 +108,7 @@ discard block |
||
108 | 108 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
109 | 109 | * @param string[] $domains Domain names of items that are associated with the attributes and that should be fetched too |
110 | 110 | * @param integer &$total Parameter where the total number of found attributes will be stored in |
111 | + * @param integer $total |
|
111 | 112 | * @return array Ordered list of attribute items implementing \Aimeos\MShop\Attribute\Item\Iface |
112 | 113 | * @since 2017.03 |
113 | 114 | */ |
@@ -65,6 +65,7 @@ |
||
65 | 65 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
66 | 66 | * @param string[] $domains Domain names of items that are associated with the locales and that should be fetched too |
67 | 67 | * @param integer &$total Parameter where the total number of found locales will be stored in |
68 | + * @param integer $total |
|
68 | 69 | * @return array Ordered list of locale items implementing \Aimeos\MShop\Locale\Item\Iface |
69 | 70 | * @since 2017.03 |
70 | 71 | */ |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * Returns the given search filter with the conditions attached for filtering by product code |
26 | 26 | * |
27 | 27 | * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for stock search |
28 | - * @param array $codes List of product codes |
|
28 | + * @param string[] $codes List of product codes |
|
29 | 29 | * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
30 | 30 | * @since 2017.03 |
31 | 31 | */ |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * Returns the given search filter with the conditions attached for filtering by type code |
46 | 46 | * |
47 | 47 | * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for stock search |
48 | - * @param array $codes List of stock type codes |
|
48 | + * @param string[] $codes List of stock type codes |
|
49 | 49 | * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
50 | 50 | * @since 2017.03 |
51 | 51 | */ |
@@ -95,6 +95,7 @@ discard block |
||
95 | 95 | * |
96 | 96 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
97 | 97 | * @param integer &$total Parameter where the total number of found stocks will be stored in |
98 | + * @param integer $total |
|
98 | 99 | * @return array Ordered list of stock items implementing \Aimeos\MShop\Stock\Item\Iface |
99 | 100 | * @since 2017.03 |
100 | 101 | */ |
@@ -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() |