Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/generated/code/Magefan/Blog/Controller/Router/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/generated/code/Magefan/Blog/Controller/Router/Interceptor.php
<?php
namespace Magefan\Blog\Controller\Router;

/**
 * Interceptor class for @see \Magefan\Blog\Controller\Router
 */
class Interceptor extends \Magefan\Blog\Controller\Router implements \Magento\Framework\Interception\InterceptorInterface
{
    use \Magento\Framework\Interception\Interceptor;

    public function __construct(\Magento\Framework\App\ActionFactory $actionFactory, \Magento\Framework\Event\ManagerInterface $eventManager, \Magefan\Blog\Model\Url $url, \Magefan\Blog\Model\PostFactory $postFactory, \Magefan\Blog\Model\CategoryFactory $categoryFactory, \Magefan\Blog\Api\AuthorInterfaceFactory $authorFactory, \Magefan\Blog\Model\TagFactory $tagFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Framework\App\ResponseInterface $response, ?\Magefan\Blog\Api\UrlResolverInterface $urlResolver = null)
    {
        $this->___init();
        parent::__construct($actionFactory, $eventManager, $url, $postFactory, $categoryFactory, $authorFactory, $tagFactory, $storeManager, $response, $urlResolver);
    }

    /**
     * {@inheritdoc}
     */
    public function match(\Magento\Framework\App\RequestInterface $request)
    {
        $pluginInfo = $this->pluginList->getNext($this->subjectType, 'match');
        return $pluginInfo ? $this->___callPlugins('match', func_get_args(), $pluginInfo) : parent::match($request);
    }
}

Spamworldpro Mini