Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Lock.php
Go to the documentation of this file.
1 <?php
7 
12 {
18  protected function _construct()
19  {
20  $this->_init(\Magento\MessageQueue\Model\ResourceModel\Lock::class);
21  }
22 
28  public function getMessageCode()
29  {
30  return $this->_getData('message_code');
31  }
32 
39  public function setMessageCode($value)
40  {
41  return $this->setData('message_code', $value);
42  }
43 
49  public function getCreatedAt()
50  {
51  return $this->_getData('created_at');
52  }
53 
60  public function setCreatedAt($value)
61  {
62  return $this->setData('created_at', $value);
63  }
64 }
$value
Definition: gender.phtml:16