We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f03bfe commit 7a5f80cCopy full SHA for 7a5f80c
app/code/Magento/Sales/Block/Order/Item/Renderer/DefaultRenderer.php
@@ -48,6 +48,8 @@ public function __construct(
48
}
49
50
/**
51
+ * Set item.
52
+ *
53
* @param \Magento\Framework\DataObject $item
54
* @return $this
55
*/
@@ -58,6 +60,8 @@ public function setItem(\Magento\Framework\DataObject $item)
58
60
59
61
62
63
+ * Get item.
64
65
* @return array|null
66
67
public function getItem()
@@ -76,6 +80,8 @@ public function getOrder()
76
80
77
81
78
82
83
+ * Get order item.
84
79
85
86
87
public function getOrderItem()
@@ -88,6 +94,8 @@ public function getOrderItem()
88
94
89
95
90
96
97
+ * Get item options.
98
91
99
* @return array
92
100
93
101
public function getItemOptions()
0 commit comments