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/vendor/safemage/extensions/Plugin/Config/Block/System/Config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/safemage/extensions/Plugin/Config/Block/System/Config/Tabs.php
<?php
/*
NOTICE OF LICENSE

This source file is subject to the SafeMageEULA that is bundled with this package in the file LICENSE.txt.

It is also available at this URL: https://www.safemage.com/LICENSE_EULA.txt

Copyright (c)  SafeMage (https://www.safemage.com/)
*/

namespace SafeMage\Extensions\Plugin\Config\Block\System\Config;

class Tabs
{
    /**
     * @var \SafeMage\Extensions\Plugin\Config\Model\Config\Structure\Element\Tab
     */
    private $tab;

    /**
     * @param \SafeMage\Extensions\Plugin\Config\Model\Config\Structure\Element\Tab $tab
     */
    public function __construct(\SafeMage\Extensions\Plugin\Config\Model\Config\Structure\Element\Tab $tab)
    {
        $this->tab = $tab;
    }

    /**
     * @param \Magento\Config\Block\System\Config\Tabs $subject
     * @param string $result
     * @param string|array $data
     * @param array|null $allowedTags
     * @return string
     */
    public function afterEscapeHtml($subject, $result, $data, $allowedTags = null)
    {
        if (strpos($result, 'SafeMage') !== false) {
            $result = $this->tab->getLogoImg();
        }
        return $result;
    }
}

Spamworldpro Mini