Pipeline

Illuminate\Pipeline Classes Hub Pipeline PipelineServiceProvider

Pipeline

Pipeline class Pipeline implements Pipeline (View source) Methods void __construct(Container $container = null) Create a new class instance. $this send(mixed $passable) Set the object being sent through the pipeline. $this through(array|mixed $pipes) Set the array of pipes. $this via(string $method) Set the method to call on the pipes. mixed then(Closure $destination) Run the pipeline with a final destination callback.

UserInterface::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string

Pivot::onWriteConnection()

static Builder onWriteConnection() Begin querying the model on the write connection. Return Value Builder

Paginator::addQuery()

$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this

Factory::setPageName()

void setPageName(string $pageName) Set the input page parameter name used by the paginator. Parameters string $pageName Return Value void

SqlServerConnector::setDefaultOptions()

void setDefaultOptions(array $options) Set the default PDO connection options. Parameters array $options Return Value void

Filesystem::sharedGet()

string sharedGet(string $path) Get contents of a file with shared access. Parameters string $path Return Value string

XCacheStore::get()

mixed get(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed

Form::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void