Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/store1/vendor/consolidation/robo/src/Common/

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/store1/vendor/consolidation/robo/src/Common/CommandReceiver.php

<?php

namespace Robo\Common;

use Robo\Contract\CommandInterface;
use Robo\Exception\TaskException;

/**
 * This task can receive commands from task implementing CommandInterface.
 */
trait CommandReceiver
{
    /**
     * @param string|\Robo\Contract\CommandInterface $command
     *
     * @return string
     *
     * @throws \Robo\Exception\TaskException
     */
    protected function receiveCommand($command)
    {
        if (!is_object($command)) {
            return $command;
        }
        if ($command instanceof CommandInterface) {
            return $command->getCommand();
        } else {
            throw new TaskException($this, get_class($command) . " does not implement CommandInterface, so can't be passed into this task");
        }
    }
}

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