Collection::offsetGet()

mixed offsetGet(mixed $key) Get an item at a given offset. Parameters mixed $key Return Value mixed

Factory::extend()

void extend(string $rule, Closure|string $extension, string $message = null) Register a custom validator extension. Parameters string $rule Closure|string $extension string $message Return Value void

IronQueue::getRequest()

Request getRequest() Get the request instance. Return Value Request

Foundation\Providers

Illuminate\Foundation\Providers Classes ArtisanServiceProvider CommandCreatorServiceProvider ComposerServiceProvider ConsoleSupportServiceProvider KeyGeneratorServiceProvider MaintenanceServiceProvider OptimizeServiceProvider PublisherServiceProvider RouteListServiceProvider ServerServiceProvider TinkerServiceProvider

MySqlConnection

MySqlConnection class MySqlConnection extends Connection (View source) Traits DetectsDeadlocks DetectsLostConnections

BelongsToMany::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

MigrateMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Dispatcher::createClassListener()

Closure createClassListener(mixed $listener) Create a class based listener using the IoC container. Parameters mixed $listener Return Value Closure

RequestMakeCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

ResponseFactory

ResponseFactory interface ResponseFactory (View source) Methods Response make(string $content = '', int $status = 200, array $headers = array()) Return a new response from the application. Response view(string $view, array $data = array(), int $status = 200, array $headers = array()) Return a new view response from the application. JsonResponse json(string|array $data = array(), int $status = 200, array $headers = array(), int $options) Return a new JSON response from the applic