Request::duplicate()

duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null) {@inheritdoc} Parameters array $query array $request array $attributes array $cookies array $files array $server

AppNameCommand::fire()

void fire() Execute the console command. Return Value void

DetectEnvironment::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

RetryCommand::option()

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

KeyGenerateCommand::argument()

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

RequestMakeCommand::run()

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

Request::offsetGet()

mixed offsetGet(string $offset) Get the value at the given offset. Parameters string $offset Return Value mixed

StorageLinkCommand::argument()

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

JoinClause::groupBy()

$this groupBy(array $groups) Add a "group by" clause to the query. Parameters array $groups Return Value $this

MorphPivot::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool