BroadcastNotificationCreated

BroadcastNotificationCreated class BroadcastNotificationCreated implements ShouldBroadcast (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

MorphMany::saveMany()

Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array

Route::run()

mixed run(Request $request) Run the route action and return the response. Parameters Request $request Return Value mixed

RouteListCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

BaseCommand::info()

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

TestCase::patch()

$this patch(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PATCH request. Parameters string $uri array $data array $headers Return Value $this

MorphToMany::orWherePivotIn()

BelongsToMany orWherePivotIn(string $column, mixed $values) Set an "or where in" clause for a pivot table column. Parameters string $column mixed $values Return Value BelongsToMany

User::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string

MorphPivot::__toString()

string __toString() Convert the model to its string representation. Return Value string

HasValue

HasValue class HasValue extends FormFieldConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $selector, mixed $value) Create a new constraint instance. from FormFieldConstraint bool matches(Crawler|string $crawler) Check if the input contains the expected value. string getInputOrTextAreaValue(Crawler $crawler) Get the value of an input or textarea.