Collection getRelatedIds() Get all of the IDs for the related models. Return Value Collection
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
int lastModified(string $path) Get the file's last modification time. Parameters string $path Return Value int
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
void resource(string $name, string $controller, array $options = array()) Route a resource to a controller. Parameters string $name string $controller array $options Return Value void
Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher
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
$this thursdays() Schedule the event to run only on Thursdays. Return Value $this
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
$this sundays() Schedule the event to run only on Sundays. Return Value $this
Page 508 of 996