MorphPivot::touches()

bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool

DatabaseNotification::setTouchedRelations()

$this setTouchedRelations(array $touches) Set the relationships that are touched on save. Parameters array $touches Return Value $this

CacheTableCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

RouteListServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Filesystem::dirname()

string dirname(string $path) Extract the parent directory from a file path. Parameters string $path Return Value string

RedisBroadcaster

RedisBroadcaster class RedisBroadcaster extends Broadcaster (View source) Methods $this channel(string $channel, callable $callback) Register a channel authenticator. from Broadcaster void __construct(Database $redis, string $connection = null) Create a new broadcaster instance. mixed auth(Request $request) Authenticate the incoming request for a given channel. mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. voi

Request::all()

array all() Get all of the input and files for the request. Return Value array

HasLink::getFailureDescription()

string getFailureDescription() Returns the description of the failure. Return Value string

Request::fullUrl()

string fullUrl() Get the full URL for the request. Return Value string

Validator::setFallbackMessages()

void setFallbackMessages(array $messages) Set the fallback messages for the validator. Parameters array $messages Return Value void