Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (TMapFactory $tmapFactory, array $handlers=[]) | |
handle (array $handlingSubject, array $response) | |
Definition at line 17 of file HandlerChain.php.
__construct | ( | TMapFactory | $tmapFactory, |
array | $handlers = [] |
||
) |
TMapFactory | $tmapFactory | |
array | $handlers |
Definition at line 28 of file HandlerChain.php.
handle | ( | array | $handlingSubject, |
array | $response | ||
) |
Handles response
array | $handlingSubject | |
array | $response |
Implements HandlerInterface.
Definition at line 47 of file HandlerChain.php.