| Current Path : /var/www/html/generated/code/Vertex/Tax/Service/ServiceActionPerformerFactory/ |
| Current File : /var/www/html/generated/code/Vertex/Tax/Service/ServiceActionPerformerFactory/Interceptor.php |
<?php
namespace Vertex\Tax\Service\ServiceActionPerformerFactory;
/**
* Interceptor class for @see \Vertex\Tax\Service\ServiceActionPerformerFactory
*/
class Interceptor extends \Vertex\Tax\Service\ServiceActionPerformerFactory implements \Magento\Framework\Interception\InterceptorInterface
{
use \Magento\Framework\Interception\Interceptor;
public function __construct()
{
$this->___init();
}
/**
* {@inheritdoc}
*/
public function create(array $parameters)
{
$pluginInfo = $this->pluginList->getNext($this->subjectType, 'create');
return $pluginInfo ? $this->___callPlugins('create', func_get_args(), $pluginInfo) : parent::create($parameters);
}
}