@@ -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 | */ |