File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ public function __construct(
37
37
}
38
38
39
39
/**
40
+ * Grid constructor
41
+ *
40
42
* @return void
41
43
*/
42
44
protected function _construct ()
@@ -46,6 +48,8 @@ protected function _construct()
46
48
}
47
49
48
50
/**
51
+ * Prepare collection
52
+ *
49
53
* @return \Magento\Backend\Block\Widget\Grid
50
54
*/
51
55
protected function _prepareCollection ()
@@ -75,6 +79,8 @@ protected function _prepareCollection()
75
79
}
76
80
77
81
/**
82
+ * Add column filter to collection
83
+ *
78
84
* @param array $column
79
85
*
80
86
* @return $this
@@ -93,6 +99,8 @@ protected function _addColumnFilterToCollection($column)
93
99
}
94
100
95
101
/**
102
+ * Prepare columns
103
+ *
96
104
* @return \Magento\Backend\Block\Widget\Grid\Extended
97
105
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
98
106
*/
@@ -226,6 +234,8 @@ protected function _prepareColumns()
226
234
}
227
235
228
236
/**
237
+ * Get rows url
238
+ *
229
239
* @param \Magento\Framework\DataObject $row
230
240
*
231
241
* @return string
You can’t perform that action at this time.
0 commit comments