Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
WrappedErrorParameter.php
Go to the documentation of this file.
1 <?php
8 
10 {
16  public function getFieldName()
17  {
18  return $this->_data['field_name'];
19  }
20 
26  public function getValue()
27  {
28  return $this->_data['value'];
29  }
30 
37  public function setFieldName($fieldName)
38  {
39  return $this->setData('field_name', $fieldName);
40  }
41 
48  public function setValue($value)
49  {
50  return $this->setData('value', $value);
51  }
52 }
$value
Definition: gender.phtml:16