| Current Path : /var/www/html/generated/code/Magento/Shipping/Block/Adminhtml/Order/Packaging/ |
| Current File : /var/www/html/generated/code/Magento/Shipping/Block/Adminhtml/Order/Packaging/Interceptor.php |
<?php
namespace Magento\Shipping\Block\Adminhtml\Order\Packaging;
/**
* Interceptor class for @see \Magento\Shipping\Block\Adminhtml\Order\Packaging
*/
class Interceptor extends \Magento\Shipping\Block\Adminhtml\Order\Packaging implements \Magento\Framework\Interception\InterceptorInterface
{
use \Magento\Framework\Interception\Interceptor;
public function __construct(\Magento\Backend\Block\Template\Context $context, \Magento\Framework\Json\EncoderInterface $jsonEncoder, \Magento\Shipping\Model\Carrier\Source\GenericInterface $sourceSizeModel, \Magento\Framework\Registry $coreRegistry, \Magento\Shipping\Model\CarrierFactory $carrierFactory, array $data = [], ?\Magento\Shipping\Helper\Carrier $carrierHelper = null)
{
$this->___init();
parent::__construct($context, $jsonEncoder, $sourceSizeModel, $coreRegistry, $carrierFactory, $data, $carrierHelper);
}
/**
* {@inheritdoc}
*/
public function isDisplayGirthValue()
{
$pluginInfo = $this->pluginList->getNext($this->subjectType, 'isDisplayGirthValue');
return $pluginInfo ? $this->___callPlugins('isDisplayGirthValue', func_get_args(), $pluginInfo) : parent::isDisplayGirthValue();
}
}