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/app/code/Soon/DataSync/etc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/code/Soon/DataSync/etc/di.xml
<?xml version="1.0"?>
<!--
/**
 * @license http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @author Hervé Guétin <[email protected]> <@herveguetin>
 * @copyright Copyright (c) 2017 Agence Soon (http://www.agence-soon.fr)
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <preference for="Soon\DataSync\Model\JobStackInterface" type="Soon\DataSync\Model\JobStack"/>
    <preference for="Soon\DataSync\Model\SyncInterface" type="Soon\DataSync\Model\Sync"/>
    <preference for="Soon\DataSync\Model\Data\DataInterface" type="Soon\DataSync\Model\Data\Data"/>
    <preference for="Soon\DataSync\Model\Transfer\TransferInterface" type="Soon\DataSync\Model\Transfer\Transfer"/>

    <type name="Soon\DataSync\Model\Data\Data">
        <arguments>
            <argument name="types" xsi:type="array">
                <item name="csv" xsi:type="string">Soon\DataSync\Model\Data\Type\Csv</item>
                <item name="xml" xsi:type="string">Soon\DataSync\Model\Data\Type\Xml</item>
                <item name="paq" xsi:type="string">Soon\DataSync\Model\Data\Type\Paq</item>
            </argument>
        </arguments>
    </type>

    <type name="Soon\DataSync\Model\Transfer\Transfer">
        <arguments>
            <argument name="types" xsi:type="array">
                <item name="local" xsi:type="string">Soon\DataSync\Model\Transfer\Type\Local</item>
                <item name="ftp" xsi:type="string">Soon\DataSync\Model\Transfer\Type\Ftp</item>
                <item name="sftp" xsi:type="string">Soon\DataSync\Model\Transfer\Type\Sftp</item>
            </argument>
        </arguments>
    </type>

    <type name="Magento\Framework\Console\CommandListInterface">
        <arguments>
            <argument name="commands" xsi:type="array">
                <item name="soon_datasync_job" xsi:type="object">Soon\DataSync\Console\RunCommand</item>
            </argument>
        </arguments>
    </type>
</config>

Spamworldpro Mini