string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool insert(array $values) Insert a new record into the database. Parameters array $values Return Value bool
$this setSessionResolver(callable $sessionResolver) Set the session resolver for the generator. Parameters callable $sessionResolver Return Value $this
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
array provides() Get the services provided by the provider. Return Value array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
string getJobId() Get the job identifier. Return Value string
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
Page 283 of 996