void __construct() Create a new console command instance. Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string getResourceUri(string $resource) Get the base resource URI for a given resource. Parameters string $resource Return Value string
void disconnect() Disconnect from the underlying PDO connection. Return Value void
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
Illuminate\Database\Console Namespaces Illuminate\Database\Console\Migrations
$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Page 977 of 996