Collection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

Collection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

CallbackEvent::everyThirtyMinutes()

$this everyThirtyMinutes() Schedule the event to run every thirty minutes. Return Value $this

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

BeanstalkdQueue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

Hash::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Log::warning()

void warning(string $message, array $context = array()) Log a warning message to the logs. Parameters string $message array $context Return Value void