|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName=Flag::class) | |
| create (array $data=[]) | |
Protected Attributes | |
| $_objectManager = null | |
| $_instanceName = null | |
Factory class for \Magento\Framework\Flag
Definition at line 11 of file FlagFactory.php.
| __construct | ( | \Magento\Framework\ObjectManagerInterface | $objectManager, |
$instanceName = Flag::class |
|||
| ) |
Factory constructor
| \Magento\Framework\ObjectManagerInterface | $objectManager | |
| string | $instanceName |
Definition at line 33 of file FlagFactory.php.
| create | ( | array | $data = [] | ) |
Create class instance with specified parameters
| array | $data |
Definition at line 47 of file FlagFactory.php.
|
protected |
Definition at line 25 of file FlagFactory.php.
|
protected |
Definition at line 18 of file FlagFactory.php.