PHP 8.2.31
Preview: Pipeline.php Size: 774 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Pipeline/Pipeline.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Pipeline;

use Closure;
interface Pipeline
{
    /**
     * Set the traveler object being sent on the pipeline.
     *
     * @param  mixed  $traveler
     * @return $this
     */
    public function send($traveler);
    /**
     * Set the stops of the pipeline.
     *
     * @param  dynamic|array  $stops
     * @return $this
     */
    public function through($stops);
    /**
     * Set the method to call on the stops.
     *
     * @param  string  $method
     * @return $this
     */
    public function via($method);
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination);
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
313 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
774 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).