Back to Joomla project (class list)

Class CheckJoomlaUpdatesCommand - list of methods

Console command for checking if there are pending extension updates
Package: Joomla\CMS\Console
Copyright: (C) 2020 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Console/CheckJoomlaUpdatesCommand.php
Project: Joomla

Method Summary

protected void
()

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

private mixed
()

Retrieves Update Information
Returns
  • mixed
Since
  • 4.0.0
Show source code of this method: getUpdateInformationFromModel Source Code

public mixed
()

Gets the Update Information
Returns
  • mixed
Since
  • 4.0.0
Show source code of this method: getUpdateInfo Source Code

public void
(mixed $info = null)

Sets the Update Information
Parameters
  • null $info stores update Information
Returns
  • void
Since
  • 4.0.0
Show source code of this method: setUpdateInfo Source Code

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

Internal function to execute the command.
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.0.0
Show source code of this method: doExecute Source Code

Properties Summary

protected static string
$defaultName
The default command name
Since
  • 4.0.0
private \Joomla\Component\Joomlaupdate\Administrator\Model\UpdateModel
$updateInfo
Stores the Update Information
Since
  • 4.0.0

Tags Summary

Since
4.0.0