void offsetSet(string $key, mixed $value) Set a configuration option. Parameters string $key mixed $value Return Value void
mixed offsetGet(string $offset) Get the value of the given offset. Parameters string $offset Return Value mixed
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
string redirectPath() Get the post register / login redirect path. Return Value string
void __construct(string $text, string $url) Create a new action instance. Parameters string $text string $url Return Value void
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
array saveMany(Collection|array $models, array $joinings = array()) Save an array of new models and attach them to the parent model. Parameters Collection|array $models array $joinings Return Value array
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool
Page 556 of 996