Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Attribute.php
Go to the documentation of this file.
1 <?php
13 
15 {
24  protected function _getEavWebsiteTable()
25  {
26  return $this->getTable('customer_eav_attribute_website');
27  }
28 
36  protected function _getFormAttributeTable()
37  {
38  return $this->getTable('customer_form_attribute');
39  }
40 }