Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Collection.php
Go to the documentation of this file.
1 <?php
13 
14 class Collection extends \Magento\Eav\Model\ResourceModel\Attribute\Collection
15 {
21  protected $_entityTypeCode = 'customer';
22 
28  protected function _getEntityTypeCode()
29  {
31  }
32 
41  protected function _getEavWebsiteTable()
42  {
43  return $this->getTable('customer_eav_attribute_website');
44  }
45 }