whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
league
/
pipeline
/
src
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/league/pipeline/src/PipelineBuilderInterface.php
<?php declare(strict_types=1); namespace League\Pipeline; interface PipelineBuilderInterface { /** * Add an stage. * * @return self */ public function add(callable $stage): PipelineBuilderInterface; /** * Build a new Pipeline object. */ public function build(?ProcessorInterface $processor = null): PipelineInterface; }
Copyright ©2021 || Defacer Indonesia