3
Magento 2: Plugin trước / xung quanh / sau khi tương tác
Trong Magento 2, khi bạn tạo một plugin "xung quanh" public function aroundRenderResult( \Magento\Framework\Controller\ResultInterface $subject, \Closure $proceed, ResponseHttp $response ) { //... $proceed($response); //... } bạn có thể tiến hành plugin tiếp theo xung quanh, kết thúc bằng cách gọi phương thức gốc thực tế, bằng cách gọi / gọi …