Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager, $type=Queue::class) | |
create (array $arguments=[]) | |
Factory class for
Definition at line 15 of file QueueFactory.php.
__construct | ( | ObjectManagerInterface | $objectManager, |
$type = Queue::class |
|||
) |
Factory constructor
ObjectManagerInterface | $objectManager | |
string | $type |
Definition at line 37 of file QueueFactory.php.
create | ( | array | $arguments = [] | ) |
Create class instance with specified parameters
array | $arguments |
LocalizedException |
Definition at line 50 of file QueueFactory.php.