Illuminate\Pipeline Classes Hub Pipeline PipelineServiceProvider
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.
string getRememberToken() Get the token value for the "remember me" session. Return Value string
static Builder onWriteConnection() Begin querying the model on the write connection. Return Value Builder
$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this
$this withCookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
void __wakeup() Restore the model after serialization. Return Value void
MailChannel class MailChannel (View source) Methods void __construct(Mailer $mailer) Create a new mail channel instance. void send(mixed $notifiable, Notification $notification) Send the given notification.
string updatedAt() Get the name of the "updated at" column. Return Value string
bool can(string $ability, array|mixed $arguments = array()) Determine if the entity has a given ability. Parameters string $ability array|mixed $arguments Return Value bool
Page 966 of 996