Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OptionInterface.php
Go to the documentation of this file.
1 <?php
9 
15 interface OptionInterface
16 {
20  const LABEL = 'label';
21  const VALUE = 'value';
22  const OPTIONS = 'options';
30  public function getLabel();
31 
38  public function setLabel($label);
39 
45  public function getValue();
46 
53  public function setValue($value);
54 
60  public function getOptions();
61 
68  public function setOptions(array $options = null);
69 }
$label
Definition: details.phtml:21
$value
Definition: gender.phtml:16