Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor/vendor/consolidation/robo/src/Task/Filesystem/

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/rocksensor/vendor/consolidation/robo/src/Task/Filesystem/Tasks.php

<?php

namespace Robo\Task\Filesystem;

trait Tasks
{
    /**
     * @param string|string[] $dirs
     *
     * @return \Robo\Task\Filesystem\CleanDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskCleanDir($dirs)
    {
        return $this->task(CleanDir::class, $dirs);
    }

    /**
     * @param string|string[] $dirs
     *
     * @return \Robo\Task\Filesystem\DeleteDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskDeleteDir($dirs)
    {
        return $this->task(DeleteDir::class, $dirs);
    }

    /**
     * @param string $prefix
     * @param string $base
     * @param bool $includeRandomPart
     *
     * @return \Robo\Task\Filesystem\WorkDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskTmpDir($prefix = 'tmp', $base = '', $includeRandomPart = true)
    {
        return $this->task(TmpDir::class, $prefix, $base, $includeRandomPart);
    }

    /**
     * @param string $finalDestination
     *
     * @return \Robo\Task\Filesystem\TmpDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskWorkDir($finalDestination)
    {
        return $this->task(WorkDir::class, $finalDestination);
    }

    /**
     * @param string|string[] $dirs
     *
     * @return \Robo\Task\Filesystem\CopyDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskCopyDir($dirs)
    {
        return $this->task(CopyDir::class, $dirs);
    }

    /**
     * @param string|string[] $dirs
     *
     * @return \Robo\Task\Filesystem\MirrorDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskMirrorDir($dirs)
    {
        return $this->task(MirrorDir::class, $dirs);
    }

    /**
     * @param string|string[] $dirs
     *
     * @return \Robo\Task\Filesystem\FlattenDir|\Robo\Collection\CollectionBuilder
     */
    protected function taskFlattenDir($dirs)
    {
        return $this->task(FlattenDir::class, $dirs);
    }

    /**
     * @return \Robo\Task\Filesystem\FilesystemStack|\Robo\Collection\CollectionBuilder
     */
    protected function taskFilesystemStack()
    {
        return $this->task(FilesystemStack::class);
    }
}

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