Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExtendsAbstractData.php
Go to the documentation of this file.
1 <?php
7 
9 
16 {
20  public function extractValue(\Magento\Framework\App\RequestInterface $request)
21  {
22  }
23 
27  public function validateValue($value)
28  {
29  }
30 
34  public function compactValue($value)
35  {
36  }
37 
41  public function restoreValue($value)
42  {
43  }
44 
49  {
50  }
51 
55  public function setAttribute($attribute)
56  {
57  $this->_attribute = $attribute;
58  }
59 
63  public function getRequestScope()
64  {
65  return $this->_requestScope;
66  }
67 
71  public function isRequestScopeOnly()
72  {
74  }
75 
80  public function applyInputFilter($value)
81  {
82  return $this->_applyInputFilter($value);
83  }
84 
89  public function dateFilterFormat($format)
90  {
91  return $this->_dateFilterFormat($format);
92  }
93 
98  public function applyOutputFilter($value)
99  {
100  return $this->_applyOutputFilter($value);
101  }
102 
107  public function validateInputRule($value)
108  {
109  return $this->_validateInputRule($value);
110  }
111 
116  public function getRequestValue(\Magento\Framework\App\RequestInterface $request)
117  {
118  return $this->_getRequestValue($request);
119  }
120 }
getRequestValue(\Magento\Framework\App\RequestInterface $request)
extractValue(\Magento\Framework\App\RequestInterface $request)
outputValue($format=\Magento\Customer\Model\Metadata\ElementFactory::OUTPUT_FORMAT_TEXT)
_getRequestValue(\Magento\Framework\App\RequestInterface $request)
$value
Definition: gender.phtml:16
$format
Definition: list.phtml:12