Pipeline

Illuminate\Pipeline Classes Hub Pipeline PipelineServiceProvider

PhpEngine::get()

string get(string $path, array $data = array()) Get the evaluated contents of the view. Parameters string $path array $data Return Value string

PhpEngine

PhpEngine class PhpEngine implements EngineInterface (View source) Methods string get(string $path, array $data = array()) Get the evaluated contents of the view.

PendingBroadcast::__destruct()

void __destruct() Handle the object's destruction. Return Value void

PendingBroadcast::__construct()

void __construct(Dispatcher $events, mixed $event) Create a new pending broadcast instance. Parameters Dispatcher $events mixed $event Return Value void

PendingBroadcast::toOthers()

$this toOthers() Broadcast the event to everyone except the current user. Return Value $this

PendingBroadcast

PendingBroadcast class PendingBroadcast (View source) Methods void __construct(Dispatcher $events, mixed $event) Create a new pending broadcast instance. void __destruct() Handle the object's destruction. $this toOthers() Broadcast the event to everyone except the current user.

PasswordResetServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

PasswordResetServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

PasswordResetServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array