File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed
Model/ResourceModel/User/Locked
Variable/Model/ResourceModel/Variable Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ protected function _construct()
3636 }
3737
3838 /**
39+ * Get a URL to create a role
40+ *
3941 * @return string
4042 */
4143 public function getCreateUrl ()
@@ -44,6 +46,8 @@ public function getCreateUrl()
4446 }
4547
4648 /**
49+ * Prepare the layout
50+ *
4751 * @return $this
4852 */
4953 protected function _prepareLayout ()
Original file line number Diff line number Diff line change 1515class Edit extends \Magento \Backend \Block \Widget \Form \Container
1616{
1717 /**
18- * Core registry
19- *
2018 * @var \Magento\Framework\Registry
2119 */
2220 protected $ _coreRegistry = null ;
@@ -120,6 +118,8 @@ public function getObjectId()
120118 }
121119
122120 /**
121+ * Get text to be used in the header
122+ *
123123 * @return \Magento\Framework\Phrase
124124 */
125125 public function getHeaderText ()
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ protected function _construct()
2727 }
2828
2929 /**
30+ * Add tabs to the HTML
31+ *
3032 * @return $this
3133 */
3234 protected function _beforeToHtml ()
Original file line number Diff line number Diff line change @@ -20,5 +20,7 @@ protected function _initSelect()
2020 {
2121 parent ::_initSelect ();
2222 $ this ->addFieldToFilter ('lock_expires ' , ['notnull ' => true ]);
23+
24+ return $ this ;
2325 }
2426}
Original file line number Diff line number Diff line change 1111class Collection extends \Magento \Framework \Model \ResourceModel \Db \Collection \AbstractCollection
1212{
1313 /**
14- * Store Id
15- *
1614 * @var int
1715 */
1816 protected $ _storeId = 0 ;
Original file line number Diff line number Diff line change 66namespace Magento \Weee \Block \Item \Price ;
77
88use Magento \Framework \Pricing \PriceCurrencyInterface ;
9- use Magento \Sales \Model \Order \CreditMemo \Item as CreditMemoItem ;
9+ use Magento \Sales \Model \Order \Creditmemo \Item as CreditMemoItem ;
1010use Magento \Sales \Model \Order \Invoice \Item as InvoiceItem ;
1111use Magento \Sales \Model \Order \Item as OrderItem ;
1212use Magento \Weee \Model \Tax as WeeeDisplayConfig ;
You can’t perform that action at this time.
0 commit comments