int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string getName() Get the name of the queued job class. Return Value string
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string getQualifiedKeyName() Get the table qualified key name. Return Value string
static array compiles() Get a list of files that should be compiled for the package. Return Value array
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
array getFillable() Get the fillable attributes for the model. Return Value array
void assertNotSent(string $mailable, callable|null $callback = null) Determine if a mailable was sent based on a truth-test callback. Parameters string $mailable callable|null $callback Return Value void
void touch() Touch all of the related models for the relationship. E.g.: Touch all roles associated with this user. Return Value void
$this assertResponseOk() Assert that the client response has an OK status code. Return Value $this
Page 366 of 996