We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f629 commit 0e80241Copy full SHA for 0e80241
app/code/Magento/Variable/Model/Variable.php
@@ -18,8 +18,10 @@
18
*/
19
class Variable extends \Magento\Framework\Model\AbstractModel
20
{
21
+ /**
22
+ * Variable value types.
23
+ */
24
public const TYPE_TEXT = 'text';
-
25
public const TYPE_HTML = 'html';
26
27
/**
@@ -141,7 +143,7 @@ public function validate()
141
143
142
144
145
* Retrieve variables option array
- *
146
+ *
147
* @todo: extract method as separate class
148
* @param bool $withGroup
149
* @return array
0 commit comments