string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void fire() Execute the console command. Return Value void Exceptions Exception
$this syncOriginal() Sync the original attributes with the current. Return Value $this
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void
void setPageName(string $pageName) Set the input page parameter name used by the paginator. Parameters string $pageName Return Value void
static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string
bool isDeleted() Determine if the job has been deleted. Return Value bool
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 739 of 996