Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-customer
Model
ResourceModel
Attribute
Collection.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\Customer\Model\ResourceModel\Attribute
;
13
14
class
Collection
extends
\Magento\Eav\Model\ResourceModel\Attribute\Collection
15
{
21
protected
$_entityTypeCode
=
'customer'
;
22
28
protected
function
_getEntityTypeCode
()
29
{
30
return
$this->_entityTypeCode
;
31
}
32
41
protected
function
_getEavWebsiteTable
()
42
{
43
return
$this->
getTable
(
'customer_eav_attribute_website'
);
44
}
45
}
Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection\getTable
getTable($table)
Definition:
AbstractCollection.php:475
Magento\Customer\Model\ResourceModel\Attribute
Definition:
Collection.php:12
Magento\Customer\Model\ResourceModel\Attribute\Collection\_getEntityTypeCode
_getEntityTypeCode()
Definition:
Collection.php:28
Magento\Customer\Model\ResourceModel\Attribute\Collection
Definition:
Collection.php:14
Magento\Customer\Model\ResourceModel\Attribute\Collection\_getEavWebsiteTable
_getEavWebsiteTable()
Definition:
Collection.php:41
Magento\Customer\Model\ResourceModel\Attribute\Collection\$_entityTypeCode
$_entityTypeCode
Definition:
Collection.php:21