File tree 1 file changed +5
-1
lines changed
app/code/Magento/Backend/Block/Widget 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
* @api
13
13
* @deprecated 100.2.0 in favour of UI component implementation
14
14
* @method string getRowClickCallback() getRowClickCallback()
15
- * @method \Magento\Backend\Block\Widget\Grid setRowClickCallback() setRowClickCallback( string $value)
15
+ * @method \Magento\Backend\Block\Widget\Grid setRowClickCallback(string $value)
16
16
* @SuppressWarnings(PHPMD.TooManyFields)
17
17
* @since 100.0.2
18
18
*/
@@ -150,7 +150,10 @@ public function __construct(
150
150
}
151
151
152
152
/**
153
+ * Internal constructor, that is called from real constructor
154
+ *
153
155
* @return void
156
+ *
154
157
* @SuppressWarnings(PHPMD.NPathComplexity)
155
158
*/
156
159
protected function _construct ()
@@ -709,6 +712,7 @@ public function getGridUrl()
709
712
710
713
/**
711
714
* Grid url getter
715
+ *
712
716
* Version of getGridUrl() but with parameters
713
717
*
714
718
* @param array $params url parameters
You can’t perform that action at this time.
0 commit comments