File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Backend/Block/Widget Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212 * @api
1313 * @deprecated 100.2.0 in favour of UI component implementation
1414 * @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)
1616 * @SuppressWarnings(PHPMD.TooManyFields)
1717 * @since 100.0.2
1818 */
@@ -150,7 +150,10 @@ public function __construct(
150150 }
151151
152152 /**
153+ * Internal constructor, that is called from real constructor
154+ *
153155 * @return void
156+ *
154157 * @SuppressWarnings(PHPMD.NPathComplexity)
155158 */
156159 protected function _construct ()
@@ -709,6 +712,7 @@ public function getGridUrl()
709712
710713 /**
711714 * Grid url getter
715+ *
712716 * Version of getGridUrl() but with parameters
713717 *
714718 * @param array $params url parameters
You can’t perform that action at this time.
0 commit comments