|
@@ -69,7 +69,7 @@ discard block |
|
|
block discarded – undo |
|
69
|
69
|
* @param string|null Type the item should be created with |
|
70
|
70
|
* @param string|null Domain of the type the item should be created with |
|
71
|
71
|
* @param array $values Values the item should be initialized with |
|
72
|
|
- * @return \Aimeos\MShop\Attribute\Item\Iface New attribute item object |
|
|
72
|
+ * @return \Aimeos\MAdmin\Cache\Item\Iface New attribute item object |
|
73
|
73
|
*/ |
|
74
|
74
|
public function createItem( $type = null, $domain = null, array $values = [] ) |
|
75
|
75
|
{ |
|
@@ -177,7 +177,7 @@ discard block |
|
|
block discarded – undo |
|
177
|
177
|
* |
|
178
|
178
|
* @param string $manager Name of the sub manager type in lower case |
|
179
|
179
|
* @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
|
180
|
|
- * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
|
180
|
+ * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
181
|
181
|
*/ |
|
182
|
182
|
public function getSubManager( $manager, $name = null ) |
|
183
|
183
|
{ |
Please login to merge, or discard this patch.