Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
WebsiteManagement Class Reference
Inheritance diagram for WebsiteManagement:
WebsiteManagementInterface

Public Member Functions

 __construct (CollectionFactory $websitesFactory)
 
- Public Member Functions inherited from WebsiteManagementInterface
 getCount ()
 

Protected Attributes

 $websitesFactory
 

Detailed Description

@api

Since
100.0.2

Definition at line 15 of file WebsiteManagement.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( CollectionFactory  $websitesFactory)
Parameters
CollectionFactory$websitesFactory

Definition at line 25 of file WebsiteManagement.php.

26  {
27  $this->websitesFactory = $websitesFactory;
28  }

Field Documentation

◆ $websitesFactory

$websitesFactory
protected

Definition at line 20 of file WebsiteManagement.php.


The documentation for this class was generated from the following file: