Validator::setData()

$this setData(array $data) Set the data under validation. Parameters array $data Return Value $this

RouteListCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ConnectionInterface::beginTransaction()

void beginTransaction() Start a new database transaction. Return Value void

User::syncOriginal()

$this syncOriginal() Sync the original attributes with the current. Return Value $this

CallbackEvent::emailOutputTo()

$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false) E-mail the results of the scheduled operation. Parameters array|mixed $addresses bool $onlyIfOutputExists Return Value $this Exceptions LogicException

Collection::whereIn()

Collection whereIn(string $key, mixed $values, bool $strict = false) Filter items by the given key value pair. Parameters string $key mixed $values bool $strict Return Value Collection

TestCase::seeJsonEquals()

$this seeJsonEquals(array $data) Assert that the response contains an exact JSON array. Parameters array $data Return Value $this

FormRequest::prefers()

string|null prefers(string|array $contentTypes) Return the most suitable content type from the given array based on content negotiation. Parameters string|array $contentTypes Return Value string|null

Validator::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

SeederMakeCommand::option()

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