View class View extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved
View interface View implements Renderable (View source) Methods string render() Get the evaluated contents of the object. from Renderable string name() Get the name of the view. $this with(string|array $key, mixed $value = null) Add a piece of data to the view.
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions PostTooLargeException
VerifyPostSize class VerifyPostSize (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.
void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. Parameters Application $app Encrypter $encrypter Return Value void
Illuminate\View Namespaces Illuminate\View\CompilersIlluminate\View\Engines Classes Factory FileViewFinder View ViewServiceProvider
void __construct(Filesystem $files) Create a new command instance. Parameters Filesystem $files Return Value void
VerifyCsrfToken class VerifyCsrfToken (View source) Methods void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. mixed handle(Request $request, Closure $next) Handle an incoming request.
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions TokenMismatchException
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 22 of 996