Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager, DefaultHandler $defaultHandler) | |
get ($handlerClass=null) | |
Protected Attributes | |
$objectManager | |
$defaultHandler | |
@api Instantiate save handler when implementing custom Indexer\Action
Definition at line 15 of file HandlerPool.php.
__construct | ( | ObjectManagerInterface | $objectManager, |
DefaultHandler | $defaultHandler | ||
) |
ObjectManagerInterface | $objectManager | |
DefaultHandler | $defaultHandler |
Definition at line 31 of file HandlerPool.php.
get | ( | $handlerClass = null | ) |
Get handler class instance
string | $handlerClass |
Definition at line 46 of file HandlerPool.php.
|
protected |
Definition at line 25 of file HandlerPool.php.
|
protected |
Definition at line 20 of file HandlerPool.php.