Elemental

Elemental

Interfaces, Classes, Traits and Enums

ConsoleEngineContract
WebEngineContract
AppServiceProvider
Migration
UserController
Handler
AllowCORS
Logger
User
Config
EnvironmentLoader
Builder
Command
Commander
Helper
Input
Lister
Server
Database
DatabaseConnection
ConsoleEngine
WebEngine
AppException
ExceptionHandler
ModelNotFoundException
RouteNotFoundException
RouterException
ViewNotFoundException
Facade
Route
Pipeline
Application
Container
Model
Request
Class Request
Response
ResponseGenerator
Route
Router
View

Table of Contents

app()  : mixed
console_log()  : mixed
dump()  : mixed
dd()  : mixed
router()  : mixed
view()  : mixed
component()  : mixed
redirect()  : mixed
abort()  : mixed
abort_if()  : mixed
abort_unless()  : mixed

Functions

console_log()

console_log(mixed ...$msgs) : mixed
Parameters
$msgs : mixed
Return values
mixed

dump()

dump(mixed $instance[, mixed $msg = "" ]) : mixed
Parameters
$instance : mixed
$msg : mixed = ""
Return values
mixed

dd()

dd(mixed $instance[, mixed $msg = "" ]) : mixed
Parameters
$instance : mixed
$msg : mixed = ""
Return values
mixed

view()

view(mixed $name[, mixed $params = [] ]) : mixed
Parameters
$name : mixed
$params : mixed = []
Return values
mixed

component()

component(mixed $name[, mixed $params = [] ]) : mixed
Parameters
$name : mixed
$params : mixed = []
Return values
mixed

redirect()

redirect(string $url[, int $code = 302 ]) : mixed
Parameters
$url : string
$code : int = 302
Return values
mixed

abort()

abort([int $code = 500 ][, string $message = "Internal Server Error" ]) : mixed
Parameters
$code : int = 500
$message : string = "Internal Server Error"
Return values
mixed

abort_if()

abort_if(bool $condition[, int $code = 500 ][, string $message = "Internal Server Error" ]) : mixed
Parameters
$condition : bool
$code : int = 500
$message : string = "Internal Server Error"
Return values
mixed

abort_unless()

abort_unless(bool $condition[, int $code = 500 ][, string $message = "Internal Server Error" ]) : mixed
Parameters
$condition : bool
$code : int = 500
$message : string = "Internal Server Error"
Return values
mixed

Search results