Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Protected Attributes | |
$_customer | |
$_customerFactory | |
$_customerRepository | |
![]() | |
$_currentCustomer | |
$_wishlist | |
$_productCollection | |
$_wishlistItemCollection | |
$_coreRegistry | |
$_customerSession | |
$_wishlistFactory | |
$_storeManager | |
$_postDataHelper | |
$_customerViewHelper | |
$wishlistProvider | |
$productRepository | |
![]() | |
$_moduleName | |
$_request | |
$_moduleManager | |
$_logger | |
$_urlBuilder | |
$_httpHeader | |
$_eventManager | |
$_remoteAddress | |
$urlEncoder | |
$urlDecoder | |
$scopeConfig | |
$_cacheConfig | |
Additional Inherited Members | |
![]() | |
const | XML_PATH_WISHLIST_LINK_USE_QTY = 'wishlist/wishlist_link/use_qty' |
const | XML_PATH_CATALOGINVENTORY_SHOW_OUT_OF_STOCK = 'cataloginventory/options/show_out_of_stock' |
![]() | |
_isCustomerLogIn () | |
_getCurrentCustomer () | |
_createWishlistItemCollection () | |
_getUrlStore ($item) | |
_getCartUrlParameters ($item) | |
![]() | |
_getRequest () | |
_getModuleName () | |
_getUrl ($route, $params=[]) | |
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
@api
__construct | ( | \Magento\Framework\App\Helper\Context | $context, |
\Magento\Framework\Registry | $coreRegistry, | ||
\Magento\Customer\Model\Session | $customerSession, | ||
\Magento\Wishlist\Model\WishlistFactory | $wishlistFactory, | ||
\Magento\Store\Model\StoreManagerInterface | $storeManager, | ||
\Magento\Framework\Data\Helper\PostHelper | $postDataHelper, | ||
\Magento\Customer\Helper\View | $customerViewHelper, | ||
\Magento\Wishlist\Controller\WishlistProviderInterface | $wishlistProvider, | ||
\Magento\Catalog\Api\ProductRepositoryInterface | $productRepository, | ||
\Magento\Customer\Api\Data\CustomerInterfaceFactory | $customerFactory, | ||
\Magento\Customer\Api\CustomerRepositoryInterface | $customerRepository | ||
) |
\Magento\Framework\App\Helper\Context | $context | |
\Magento\Framework\Registry | $coreRegistry | |
\Magento\Customer\Model\Session | $customerSession | |
\Magento\Wishlist\Model\WishlistFactory | $wishlistFactory | |
\Magento\Store\Model\StoreManagerInterface | $storeManager | |
\Magento\Framework\Data\Helper\PostHelper | $postDataHelper | |
\Magento\Customer\Helper\View | $customerViewHelper | |
\Magento\Wishlist\Controller\WishlistProviderInterface | $wishlistProvider | |
\Magento\Catalog\Api\ProductRepositoryInterface | $productRepository | |
\Magento\Customer\Api\Data\CustomerInterfaceFactory | $customerFactory | |
\Magento\Customer\Api\CustomerRepositoryInterface | $customerRepository | @SuppressWarnings(PHPMD.ExcessiveParameterList) |
Definition at line 46 of file Rss.php.
getCustomer | ( | ) |
Retrieve Customer instance
Definition at line 102 of file Rss.php.
getWishlist | ( | ) |
Retrieve Wishlist model
Definition at line 80 of file Rss.php.
isRssAllow | ( | ) |