@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * Creates a new empty item instance |
68 | 68 | * |
69 | 69 | * @param array $values Values the item should be initialized with |
70 | - * @return \Aimeos\MShop\Attribute\Item\Iface New attribute item object |
|
70 | + * @return \Aimeos\MAdmin\Cache\Item\Iface New attribute item object |
|
71 | 71 | */ |
72 | 72 | public function createItem( array $values = [] ) |
73 | 73 | { |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | * |
176 | 176 | * @param string $manager Name of the sub manager type in lower case |
177 | 177 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
178 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
178 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
179 | 179 | */ |
180 | 180 | public function getSubManager( $manager, $name = null ) |
181 | 181 | { |
@@ -47,6 +47,9 @@ |
||
47 | 47 | } |
48 | 48 | |
49 | 49 | |
50 | + /** |
|
51 | + * @param string $site |
|
52 | + */ |
|
50 | 53 | private static function createContext( $site ) |
51 | 54 | { |
52 | 55 | $ctx = new \Aimeos\MShop\Context\Item\Standard(); |