Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExtensionAttributeInterface.php
Go to the documentation of this file.
1 <?php
7 
9 {
13  const ID = 'id';
14  const CUSTOMER_ID = 'customer_id';
15  const VALUE = 'value';
24  public function getId();
25 
33  public function setId($id);
34 
41  public function getCustomerId();
42 
50  public function setCustomerId($customerId);
51 
58  public function getValue();
59 
67  public function setValue($value);
68 }
$id
Definition: fieldset.phtml:14
$value
Definition: gender.phtml:16