Container::offsetSet()

void offsetSet(string $key, mixed $value) Set the value at a given offset. Parameters string $key mixed $value Return Value void

ReversePageConstraint

ReversePageConstraint class ReversePageConstraint extends PageConstraint (View source) Methods string toString() Get a string representation of the object. void __construct(PageConstraint $pageConstraint) Create a new reverse page constraint instance. bool matches(Crawler $crawler) Reverse the original page constraint result.

Repository::all()

array all() Get all of the configuration items for the application. Return Value array

Mailable::from()

$this from(object|array|string $address, string|null $name = null) Set the sender of the message. Parameters object|array|string $address string|null $name Return Value $this

EventGenerateCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

Arr::set()

static array set(array $array, string $key, mixed $value) Set an array item to a given value using "dot" notation. If no key is given to the method, the entire array will be replaced. Parameters array $array string $key mixed $value Return Value array

Database\Migrations

Illuminate\Database\Migrations Classes DatabaseMigrationRepository Migration MigrationCreator Migrator

Composer::dumpOptimized()

void dumpOptimized() Regenerate the optimized Composer autoloader files. Return Value void

Mail\Jobs

Illuminate\Mail\Jobs Classes HandleQueuedMessage

Collection::offsetSet()

void offsetSet(mixed $key, mixed $value) Set the item at a given offset. Parameters mixed $key mixed $value Return Value void