Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
LockInterface.php
Go to the documentation of this file.
1 <?php
7 
11 interface LockInterface
12 {
18  public function getId();
19 
26  public function setId($value);
27 
33  public function getMessageCode();
34 
41  public function setMessageCode($value);
42 
48  public function getCreatedAt();
49 
56  public function setCreatedAt($value);
57 }
$value
Definition: gender.phtml:16