Connection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed

BroadcastController::authenticate()

Response authenticate(Request $request) Authenticate the request for channel access. Parameters Request $request Return Value Response

Pivot::relationsToArray()

array relationsToArray() Get the model's relationships in array form. Return Value array

SqlServerConnection::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void

Container::call()

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null) Call the given Closure / class@method and inject its dependencies. Parameters callable|string $callback array $parameters string|null $defaultMethod Return Value mixed

Pivot::created()

static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

Response::getOriginalContent()

mixed getOriginalContent() Get the original response content. Return Value mixed

Builder::first()

Model|Builder|null first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value Model|Builder|null

ConnectorInterface

ConnectorInterface interface ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

PusherBroadcaster::__construct()

void __construct(Pusher $pusher) Create a new broadcaster instance. Parameters Pusher $pusher Return Value void