IlluminateCaster::castApplication()

static array castApplication(Application $app) Get an array representing the properties of an application. Parameters Application $app Return Value array

IlluminateCaster

IlluminateCaster class IlluminateCaster (View source) Methods static array castApplication(Application $app) Get an array representing the properties of an application. static array castCollection(Collection $collection) Get an array representing the properties of a collection. static array castModel(Model $model) Get an array representing the properties of a model.

Hub::__construct()

void __construct(Container $container = null) Create a new Hub instance. Parameters Container $container Return Value void

Hub::pipeline()

void pipeline(string $name, Closure $callback) Define a new named pipeline. Parameters string $name Closure $callback Return Value void

Hub::pipe()

mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines. Parameters mixed $object string|null $pipeline Return Value mixed

Hub::pipe()

mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines. Parameters mixed $object string|null $pipeline Return Value mixed

Hub::defaults()

void defaults(Closure $callback) Define the default named pipeline. Parameters Closure $callback Return Value void

Hub

Hub class Hub implements Hub (View source) Methods void __construct(Container $container = null) Create a new Hub instance. void defaults(Closure $callback) Define the default named pipeline. void pipeline(string $name, Closure $callback) Define a new named pipeline. mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines.

Hub

Hub interface Hub (View source) Methods mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines.

Http\Middleware

Illuminate\Http\Middleware Classes FrameGuard