Back to Joomla project (class list)

Class TasksRunCommand - list of methods

Console command to run scheduled tasks.
Package: Joomla\CMS\Console
Copyright: (C) 2021 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Console/TasksRunCommand.php
Project: Joomla

Method Summary

protected int
(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output)

Parameters
  • \Symfony\Component\Console\Input\InputInterface $input The input to inject into the command.
  • \Symfony\Component\Console\Output\OutputInterface $output The output to inject into the command.
Returns
  • int The command exit code.
Since
  • 4.1.0
-
  • \RunTimeException
  • \Symfony\Component\Console\Exception\InvalidArgumentException
Show source code of this method: doExecute Source Code

private void
(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output)

Configure the IO.
Parameters
  • \Symfony\Component\Console\Input\InputInterface $input The input to inject into the command.
  • \Symfony\Component\Console\Output\OutputInterface $output The output to inject into the command.
Returns
  • void
Since
  • 4.1.0
Show source code of this method: configureIO Source Code

protected void
()

Configure the command.
Returns
  • void
Since
  • 4.1.0
Show source code of this method: configure Source Code

Properties Summary

protected static string
$defaultName
The default command name
Since
  • 4.1.0
private \Symfony\Component\Console\Style\SymfonyStyle
$ioStyle
Since
  • 4.1.0

Tags Summary

Since
4.1.0