Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ProductFactory $productFactory, Logger $logger, Registry $registry, WysiwygModel\Config $wysiwygConfig, StoreFactory $storeFactory=null, ProductRepositoryInterface $productRepository=null) | |
build (RequestInterface $request) | |
Protected Attributes | |
$productFactory | |
$logger | |
$registry | |
$wysiwygConfig | |
$storeFactory | |
Definition at line 18 of file Builder.php.
__construct | ( | ProductFactory | $productFactory, |
Logger | $logger, | ||
Registry | $registry, | ||
WysiwygModel\Config | $wysiwygConfig, | ||
StoreFactory | $storeFactory = null , |
||
ProductRepositoryInterface | $productRepository = null |
||
) |
Constructor
ProductFactory | $productFactory | |
Logger | $logger | |
Registry | $registry | |
WysiwygModel\Config | $wysiwygConfig | |
StoreFactory | null | $storeFactory | |
ProductRepositoryInterface | null | $productRepository |
Definition at line 60 of file Builder.php.
build | ( | RequestInterface | $request | ) |
Build product based on user request
RequestInterface | $request |
Definition at line 85 of file Builder.php.
|
protected |
Definition at line 28 of file Builder.php.
|
protected |
Definition at line 23 of file Builder.php.
|
protected |
Definition at line 33 of file Builder.php.
|
protected |
Definition at line 43 of file Builder.php.
|
protected |
Definition at line 38 of file Builder.php.