void __construct() Create a new console command instance. Return Value void
static bool contains(string $haystack, string|array $needles) Determine if a given string contains a given substring. Parameters string $haystack string|array $needles Return Value bool
void setDefaultDriver(string $name) Set the default mail driver name. Parameters string $name Return Value void
$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this
string guessPackagePath() Guess the package path for the provider. Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
array options() Get all of the options passed to the command. Return Value array
string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this
string getPageRange(int $start, int $end) Create a range of pagination links. Parameters int $start int $end Return Value string
Page 251 of 996