@@ -83,6 +83,9 @@ |
||
83 | 83 | return $this->name; |
84 | 84 | } |
85 | 85 | |
86 | + /** |
|
87 | + * @return string |
|
88 | + */ |
|
86 | 89 | public function getDescription() |
87 | 90 | { |
88 | 91 | return $this->description; |
@@ -86,6 +86,9 @@ |
||
86 | 86 | } |
87 | 87 | } |
88 | 88 | |
89 | + /** |
|
90 | + * @param CartPositionInterface $position |
|
91 | + */ |
|
89 | 92 | protected function putPositionToCart($position) |
90 | 93 | { |
91 | 94 | $cart = $this->getCartModule()->getCart(); |