CacheTableCommand::question()

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

DatabaseNotification::setTouchedRelations()

$this setTouchedRelations(array $touches) Set the relationships that are touched on save. Parameters array $touches Return Value $this

MorphPivot::touches()

bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool

ListenCommand::argument()

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

Application::getCachedRoutesPath()

string getCachedRoutesPath() Get the path to the routes cache file. Return Value string

JobMakeCommand::run()

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

JobMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

JobMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

JobMakeCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

LengthAwarePaginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool