29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 23:02:55 +00:00

[4.0] @since (#33926)

This commit is contained in:
Brian Teeman 2021-05-19 23:24:45 +01:00 committed by GitHub
parent 92d4bf3298
commit 8e2624aea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
119 changed files with 324 additions and 324 deletions

View File

@ -34,7 +34,7 @@ class DisplayController extends BaseController
/**
* Method to get The Cache Size
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -44,7 +44,7 @@ class CategoriesController extends AdminController
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -99,7 +99,7 @@ class DisplayController extends BaseController
*
* @return void
*
* @since 4.0
* @since 4.0.0
* @throws \Exception
*/
public function getQuickiconContent()

View File

@ -135,7 +135,7 @@ class ArticlesController extends AdminController
*
* @return string The JSON-encoded amount of published articles
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -19,7 +19,7 @@ use Joomla\CMS\Language\Associations;
* Supports a generic list of options.
* Displays only when Associations are enabled.
*
* @since 4.0
* @since 4.0.0
*/
class AssocField extends ListField
{
@ -27,7 +27,7 @@ class AssocField extends ListField
* The form field type.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type = 'Assoc';
@ -43,7 +43,7 @@ class AssocField extends ListField
* @return boolean True on success.
*
* @see AssocField::setup()
* @since 4.0
* @since 4.0.0
*/
public function setup(\SimpleXMLElement $element, $value, $group = null)
{

View File

@ -75,7 +75,7 @@ class ArticleModel extends AdminModel implements WorkflowModelInterface
* The event to trigger before changing featured status one or more items.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $event_before_change_featured = null;
@ -83,7 +83,7 @@ class ArticleModel extends AdminModel implements WorkflowModelInterface
* The event to trigger after changing featured status one or more items.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $event_after_change_featured = null;

View File

@ -25,7 +25,7 @@ use Joomla\CMS\Uri\Uri;
/**
* View class for a list of search terms.
*
* @since 4.0
* @since 4.0.0
*/
class HtmlView extends BaseHtmlView
{

View File

@ -66,7 +66,7 @@ class ItemsController extends AdminController
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -78,7 +78,7 @@ class ModulesController extends AdminController
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -43,7 +43,7 @@ class PluginsController extends AdminController
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -158,7 +158,7 @@ class UsersController extends AdminController
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function getQuickiconContent()
{

View File

@ -18,7 +18,7 @@ use Joomla\CMS\Helper\ContentHelper;
* package as declared at the start of file but
* this example has a defined subpackage
*
* @since 4.0
* @since 4.0.0
*/
class StageHelper extends ContentHelper
{

View File

@ -108,7 +108,7 @@ class StageTable extends Table
* @return boolean True on success
*
* @see Table::check()
* @since 4.0
* @since 4.0.0
*/
public function check()
{
@ -182,7 +182,7 @@ class StageTable extends Table
* @return mixed False on failure, positive integer on success.
*
* @see Table::store()
* @since 4.0
* @since 4.0.0
*/
public function store($updateNulls = true)
{

View File

@ -112,7 +112,7 @@ class WorkflowTable extends Table
* @return boolean True on success
*
* @see Table::check()
* @since 4.0
* @since 4.0.0
*/
public function check()
{
@ -180,7 +180,7 @@ class WorkflowTable extends Table
* @return mixed False on failure, positive integer on success.
*
* @see Table::store()
* @since 4.0
* @since 4.0.0
*/
public function store($updateNulls = true)
{

View File

@ -28,7 +28,7 @@ class HtmlView extends BaseHtmlView
* The model state
*
* @var object
* @since 4.0
* @since 4.0.0
*/
protected $state;
@ -52,7 +52,7 @@ class HtmlView extends BaseHtmlView
* The name of current extension
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $extension;

View File

@ -4,7 +4,7 @@
* @subpackage Templates.Atum
* @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0
* @since 4.0.0
*/
defined('_JEXEC') or die;

View File

@ -4,7 +4,7 @@
* @subpackage Templates.Atum
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0
* @since 4.0.0
*/
defined('_JEXEC') or die;

View File

@ -4,7 +4,7 @@
* @subpackage Templates.Atum
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0
* @since 4.0.0
*/
defined('_JEXEC') or die;

View File

@ -4,7 +4,7 @@
* @subpackage Templates.Atum
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0
* @since 4.0.0
*/
defined('_JEXEC') or die;

View File

@ -4,7 +4,7 @@
* @subpackage Templates.Atum
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0
* @since 4.0.0
*/
defined('_JEXEC') or die;

View File

@ -91,7 +91,7 @@ class CategoriesController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getExtensionFromInput()
{

View File

@ -34,7 +34,7 @@ class ContactSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function languageAssociations($model)
{
@ -61,7 +61,7 @@ class ContactSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function category($model)
{
@ -80,7 +80,7 @@ class ContactSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function createdBy($model)
{
@ -99,7 +99,7 @@ class ContactSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function modifiedBy($model)
{
@ -118,7 +118,7 @@ class ContactSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function userId($model)
{

View File

@ -16,7 +16,7 @@ use Joomla\CMS\Uri\Uri;
/**
* Content api helper.
*
* @since 4.0
* @since 4.0.0
*/
class ContentHelper
{

View File

@ -31,7 +31,7 @@ class ContentSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function languageAssociations($model)
{
@ -58,7 +58,7 @@ class ContentSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function category($model)
{
@ -77,7 +77,7 @@ class ContentSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function createdBy($model)
{
@ -96,7 +96,7 @@ class ContentSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function modifiedBy($model)
{

View File

@ -96,7 +96,7 @@ class HistoryController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getItemIdFromInput()
{
@ -109,7 +109,7 @@ class HistoryController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getTypeIdFromInput()
{
@ -122,7 +122,7 @@ class HistoryController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getTypeAliasFromInput()
{

View File

@ -71,7 +71,7 @@ class FieldsController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getContextFromInput()
{

View File

@ -71,7 +71,7 @@ class GroupsController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getContextFromInput()
{

View File

@ -171,7 +171,7 @@ class OverridesController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getClientFromInput()
{
@ -183,7 +183,7 @@ class OverridesController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getLanguageFromInput()
{

View File

@ -174,7 +174,7 @@ class ItemsController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getClientIdFromInput()
{

View File

@ -71,7 +71,7 @@ class MenusController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getClientIdFromInput()
{

View File

@ -121,7 +121,7 @@ class ModulesController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getClientIdFromInput()
{

View File

@ -34,7 +34,7 @@ class NewsfeedSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function languageAssociations($model)
{
@ -61,7 +61,7 @@ class NewsfeedSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function category($model)
{
@ -80,7 +80,7 @@ class NewsfeedSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function createdBy($model)
{
@ -99,7 +99,7 @@ class NewsfeedSerializer extends JoomlaSerializer
*
* @return Relationship
*
* @since 4.0
* @since 4.0.0
*/
public function modifiedBy($model)
{

View File

@ -102,7 +102,7 @@ class StylesController extends ApiController
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
private function getClientIdFromInput()
{

View File

@ -1142,12 +1142,12 @@
document.addEventListener("joomla:updated", _initCalendars);
/** B/C related code
* @deprecated 4.0
* @deprecated 4.0.0
*/
window.Calendar = {};
/** B/C related code
* @deprecated 4.0
* @deprecated 4.0.0
*/
Calendar.setup = function(obj) {

View File

@ -41,7 +41,7 @@
/**
* Creates a slider for the color values hue, saturation and light.
*
* @since 4.0
* @since 4.0.0
*/
class JoomlaFieldColorSlider {
/**

View File

@ -8,7 +8,7 @@ Joomla = window.Joomla || {};
*
* @param {HTMLElement} element The element that initiates the call
* @returns {void}
* @since 4.0
* @since 4.0.0
*/
Joomla.resetFilters = (element) => {
const { form } = element;

View File

@ -3,7 +3,7 @@
* @subpackage Templates.cassiopeia
* @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 4.0
* @since 4.0.0
*/
document.addEventListener('DOMContentLoaded', () => {

View File

@ -118,7 +118,7 @@ Joomla.initialiseModal = (modal, options) => {
* { iframeSelector: '', buttonSelector: '' }
* @returns {boolean}
*
* @since 4.0
* @since 4.0.0
*/
Joomla.iframeButtonClick = (options) => {
if (!options.iframeSelector || !options.buttonSelector) {

View File

@ -17,7 +17,7 @@ use Joomla\CMS\MVC\Factory\MVCFactoryInterface;
/**
* History manager master display controller.
*
* @since 4.0
* @since 4.0.0
*/
class DisplayController extends BaseController
{

View File

@ -85,7 +85,7 @@ final class InstallationApplication extends CMSApplication
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function afterSessionStart(SessionEvent $event)
{
@ -241,7 +241,7 @@ final class InstallationApplication extends CMSApplication
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function execute()
{

View File

@ -17,7 +17,7 @@ use Joomla\CMS\Installation\Response\JsonResponse;
/**
* JSON error page renderer for the installation application
*
* @since 4.0
* @since 4.0.0
*/
class JsonRenderer extends AbstractRenderer
{
@ -25,7 +25,7 @@ class JsonRenderer extends AbstractRenderer
* The format (type) of the error page
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type = 'json';
@ -36,7 +36,7 @@ class JsonRenderer extends AbstractRenderer
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
public function render(\Throwable $error): string
{

View File

@ -34,7 +34,7 @@ class ConfigurationModel extends BaseInstallationModel
* The generated user ID.
*
* @var integer
* @since 4.0
* @since 4.0.0
*/
protected static $userId = 0;

View File

@ -21,7 +21,7 @@ use Psr\Log\LoggerInterface;
/**
* Application service provider
*
* @since 4.0
* @since 4.0.0
*/
class Application implements ServiceProviderInterface
{
@ -32,7 +32,7 @@ class Application implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -76,7 +76,7 @@ abstract class CMSApplication extends WebApplication implements ContainerAwareIn
* The client identifier.
*
* @var integer
* @since 4.0
* @since 4.0.0
*/
protected $clientId = null;
@ -84,7 +84,7 @@ abstract class CMSApplication extends WebApplication implements ContainerAwareIn
* The application message queue.
*
* @var array
* @since 4.0
* @since 4.0.0
*/
protected $messageQueue = array();
@ -92,7 +92,7 @@ abstract class CMSApplication extends WebApplication implements ContainerAwareIn
* The name of the application.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $name = null;

View File

@ -73,7 +73,7 @@ abstract class CliApplication extends AbstractApplication implements DispatcherA
* The application message queue.
*
* @var array
* @since 4.0
* @since 4.0.0
*/
protected $messages = [];

View File

@ -37,7 +37,7 @@ final class SiteApplication extends CMSApplication
* Option to filter by language
*
* @var boolean
* @since 4.0
* @since 4.0.0
*/
protected $language_filter = false;
@ -45,7 +45,7 @@ final class SiteApplication extends CMSApplication
* Option to detect language by the browser
*
* @var boolean
* @since 4.0
* @since 4.0.0
*/
protected $detect_browser = false;

View File

@ -28,7 +28,7 @@ class CheckJoomlaUpdatesCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'core:check-updates';
@ -36,7 +36,7 @@ class CheckJoomlaUpdatesCommand extends AbstractCommand
* Stores the Update Information
*
* @var UpdateModel
* @since 4.0
* @since 4.0.0
*/
private $updateInfo;
@ -61,7 +61,7 @@ class CheckJoomlaUpdatesCommand extends AbstractCommand
*
* @return mixed
*
* @since 4.0
* @since 4.0.0
*/
private function getUpdateInformationFromModel()
{
@ -78,7 +78,7 @@ class CheckJoomlaUpdatesCommand extends AbstractCommand
*
* @return mixed
*
* @since 4.0
* @since 4.0.0
*/
public function getUpdateInfo()
{
@ -97,7 +97,7 @@ class CheckJoomlaUpdatesCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function setUpdateInfo($info = null): void
{

View File

@ -29,21 +29,21 @@ class ExtensionInstallCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'extension:install';
/**
* Stores the Input Object
* @var InputInterface
* @since 4.0
* @since 4.0.0
*/
private $cliInput;
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
@ -67,7 +67,7 @@ class ExtensionInstallCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output): void
@ -107,7 +107,7 @@ class ExtensionInstallCommand extends AbstractCommand
*
* @return boolean
*
* @since 4.0
* @since 4.0.0
*
* @throws \Exception
*/
@ -144,7 +144,7 @@ class ExtensionInstallCommand extends AbstractCommand
*
* @return boolean
*
* @since 4.0
* @since 4.0.0
*
* @throws \Exception
*/

View File

@ -31,7 +31,7 @@ class ExtensionRemoveCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'extension:remove';
@ -97,7 +97,7 @@ class ExtensionRemoveCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output): void

View File

@ -29,28 +29,28 @@ class ExtensionsListCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'extension:list';
/**
* Stores the installed Extensions
* @var array
* @since 4.0
* @since 4.0.0
*/
private $extensions;
/**
* Stores the Input Object
* @var InputInterface
* @since 4.0
* @since 4.0.0
*/
private $cliInput;
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
@ -83,7 +83,7 @@ class ExtensionsListCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output): void
@ -118,7 +118,7 @@ class ExtensionsListCommand extends AbstractCommand
*
* @return mixed
*
* @since 4.0
* @since 4.0.0
*/
public function getExtensions()
{
@ -137,7 +137,7 @@ class ExtensionsListCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function setExtensions($extensions = null): void
{
@ -156,7 +156,7 @@ class ExtensionsListCommand extends AbstractCommand
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
private function getAllExtensionsFromDB(): array
{
@ -177,7 +177,7 @@ class ExtensionsListCommand extends AbstractCommand
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
private function getExtensionsNameAndId($extensions): array
{
@ -205,7 +205,7 @@ class ExtensionsListCommand extends AbstractCommand
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
private function filterExtensionsBasedOn($type): array
{

View File

@ -235,7 +235,7 @@ EOF;
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output): void

View File

@ -28,28 +28,28 @@ class GetConfigurationCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'config:get';
/**
* Stores the Input Object
* @var Input
* @since 4.0
* @since 4.0.0
*/
private $cliInput;
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
/**
* Constant defining the Database option group
* @var array
* @since 4.0
* @since 4.0.0
*/
public const DB_GROUP = [
'name' => 'db',
@ -72,7 +72,7 @@ class GetConfigurationCommand extends AbstractCommand
/**
* Constant defining the Session option group
* @var array
* @since 4.0
* @since 4.0.0
*/
public const SESSION_GROUP = [
'name' => 'session',
@ -86,7 +86,7 @@ class GetConfigurationCommand extends AbstractCommand
/**
* Constant defining the Mail option group
* @var array
* @since 4.0
* @since 4.0.0
*/
public const MAIL_GROUP = [
'name' => 'mail',
@ -107,25 +107,25 @@ class GetConfigurationCommand extends AbstractCommand
/**
* Return code if configuration is get successfully
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_GET_SUCCESSFUL = 0;
/**
* Return code if configuration group option is not found
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_GET_GROUP_NOT_FOUND = 1;
/**
* Return code if configuration option is not found
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_GET_OPTION_NOT_FOUND = 2;
/**
* Return code if the command has been invoked with wrong options
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_GET_OPTION_FAILED = 3;
@ -137,7 +137,7 @@ class GetConfigurationCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output)
@ -154,7 +154,7 @@ class GetConfigurationCommand extends AbstractCommand
*
* @return integer
*
* @since 4.0
* @since 4.0.0
*/
public function processGroupOptions($group): int
{
@ -196,7 +196,7 @@ class GetConfigurationCommand extends AbstractCommand
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
public function getGroups()
{
@ -214,7 +214,7 @@ class GetConfigurationCommand extends AbstractCommand
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
public function formatConfig(Array $configs): array
{
@ -241,7 +241,7 @@ class GetConfigurationCommand extends AbstractCommand
*
* @return integer
*
* @since 4.0
* @since 4.0.0
*/
public function processSingleOption($option): int
{

View File

@ -32,59 +32,59 @@ class SetConfigurationCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'config:set';
/**
* Stores the Input Object
* @var Input
* @since 4.0
* @since 4.0.0
*/
private $cliInput;
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
/**
* Options Array
* @var array
* @since 4.0
* @since 4.0.0
*/
private $options;
/**
* Return code if configuration is set successfully
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_SET_SUCCESSFUL = 0;
/**
* Return code if configuration set failed
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_SET_FAILED = 1;
/**
* Return code if config validation failed
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_VALIDATION_FAILED = 2;
/**
* Return code if options are wrong
* @since 4.0
* @since 4.0.0
*/
public const CONFIG_OPTIONS_WRONG = 3;
/**
* Return code if database validation failed
* @since 4.0
* @since 4.0.0
*/
public const DB_VALIDATION_FAILED = 4;
@ -96,7 +96,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output)
@ -117,7 +117,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return boolean
*
* @since 4.0
* @since 4.0.0
*/
private function retrieveOptionsFromInput(array $options): bool
{
@ -147,7 +147,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return boolean
*
* @since 4.0
* @since 4.0.0
*/
private function validateOptions(): bool
{
@ -174,7 +174,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @param string $options Options string
*
* @since 4.0
* @since 4.0.0
*
* @return void
*/
@ -188,7 +188,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return array|mixed
*
* @since 4.0
* @since 4.0.0
*/
public function getOptions()
{
@ -200,7 +200,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return Registry
*
* @since 4.0
* @since 4.0.0
*/
public function getInitialConfigurationOptions(): Registry
{
@ -215,7 +215,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return boolean
*
* @since 4.0
* @since 4.0.0
*/
public function saveConfiguration($options): bool
{
@ -239,7 +239,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
protected function configure(): void
{
@ -263,7 +263,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return boolean|\Joomla\Database\DatabaseInterface
*
* @since 4.0
* @since 4.0.0
* @throws \Exception
*/
public function checkDb($options): bool
@ -462,7 +462,7 @@ class SetConfigurationCommand extends AbstractCommand
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
public function sanitizeOptions(Array $options): array
{

View File

@ -27,26 +27,26 @@ class SiteDownCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'site:down';
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
/**
* Return code if site:down failed
* @since 4.0
* @since 4.0.0
*/
const SITE_DOWN_FAILED = 1;
/**
* Return code if site:down was successful
* @since 4.0
* @since 4.0.0
*/
const SITE_DOWN_SUCCESSFUL = 0;
@ -58,7 +58,7 @@ class SiteDownCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output)

View File

@ -27,26 +27,26 @@ class SiteUpCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'site:up';
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
/**
* Return code if site:up failed
* @since 4.0
* @since 4.0.0
*/
const SITE_UP_FAILED = 1;
/**
* Return code if site:up was successful
* @since 4.0
* @since 4.0.0
*/
const SITE_UP_SUCCESSFUL = 0;
@ -58,7 +58,7 @@ class SiteUpCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output)

View File

@ -32,66 +32,66 @@ class UpdateCoreCommand extends AbstractCommand
* The default command name
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected static $defaultName = 'core:update';
/**
* Stores the Input Object
* @var CliInput
* @since 4.0
* @since 4.0.0
*/
private $cliInput;
/**
* SymfonyStyle Object
* @var SymfonyStyle
* @since 4.0
* @since 4.0.0
*/
private $ioStyle;
/**
* Update Information
* @var array
* @since 4.0
* @since 4.0.0
*/
public $updateInfo;
/**
* Update Model
* @var array
* @since 4.0
* @since 4.0.0
*/
public $updateModel;
/**
* Progress Bar object
* @var ProgressBar
* @since 4.0
* @since 4.0.0
*/
public $progressBar;
/**
* Return code for successful update
* @since 4.0
* @since 4.0.0
*/
public const UPDATE_SUCCESSFUL = 0;
/**
* Return code for failed update
* @since 4.0
* @since 4.0.0
*/
public const ERR_UPDATE_FAILED = 2;
/**
* Return code for failed checks
* @since 4.0
* @since 4.0.0
*/
public const ERR_CHECKS_FAILED = 1;
/**
* @var DatabaseInterface
* @since 4.0
* @since 4.0.0
*/
private $db;
@ -100,7 +100,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @param DatabaseInterface $db Database Instance
*
* @since 4.0
* @since 4.0.0
*/
public function __construct(DatabaseInterface $db)
{
@ -116,7 +116,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*
*/
private function configureIO(InputInterface $input, OutputInterface $output)
@ -203,7 +203,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return boolean success
*
* @since 4.0
* @since 4.0.0
*/
private function updateJoomlaCore($updatemodel): bool
{
@ -246,7 +246,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @param array $data Stores the update information
*
* @since 4.0
* @since 4.0.0
*
* @return void
*/
@ -260,7 +260,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return mixed
*
* @since 4.0
* @since 4.0.0
*
* @throws \Exception
*/
@ -279,7 +279,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function setUpdateModel(): void
{
@ -306,7 +306,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return array | boolean
*
* @since 4.0
* @since 4.0.0
*/
public function processUpdatePackage($updateInformation)
{
@ -340,7 +340,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return boolean | string
*
* @since 4.0
* @since 4.0.0
*/
public function downloadFile($url)
{
@ -361,7 +361,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return array | boolean
*
* @since 4.0
* @since 4.0.0
*/
public function extractFile($file)
{
@ -378,7 +378,7 @@ class UpdateCoreCommand extends AbstractCommand
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function copyFileTo($file, $dir): void
{

View File

@ -112,7 +112,7 @@ class HtmlDocument extends Document
* Set to true when the document should be output as HTML5
*
* @var boolean
* @since 4.0
* @since 4.0.0
*/
private $html5 = true;

View File

@ -17,7 +17,7 @@ use Joomla\CMS\Factory;
/**
* Base class for error page renderers
*
* @since 4.0
* @since 4.0.0
*/
abstract class AbstractRenderer implements RendererInterface
{
@ -25,7 +25,7 @@ abstract class AbstractRenderer implements RendererInterface
* The Document instance
*
* @var Document
* @since 4.0
* @since 4.0.0
*/
protected $document;
@ -33,7 +33,7 @@ abstract class AbstractRenderer implements RendererInterface
* The format (type) of the error page
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type;
@ -42,7 +42,7 @@ abstract class AbstractRenderer implements RendererInterface
*
* @return Document
*
* @since 4.0
* @since 4.0.0
*/
public function getDocument(): Document
{
@ -62,7 +62,7 @@ abstract class AbstractRenderer implements RendererInterface
*
* @return static
*
* @since 4.0
* @since 4.0.0
* @throws \InvalidArgumentException
*/
public static function getRenderer(string $type)
@ -91,7 +91,7 @@ abstract class AbstractRenderer implements RendererInterface
*
* @return Document
*
* @since 4.0
* @since 4.0.0
*/
protected function loadDocument(): Document
{

View File

@ -18,7 +18,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for permission errors that should give a 401
*
* @since 4.0
* @since 4.0.0
*/
class AuthenticationFailedExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -16,7 +16,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for invalid checkin/checkout exceptions
*
* @since 4.0
* @since 4.0.0
*/
class CheckinCheckoutExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -16,7 +16,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for error when install language
*
* @since 4.0
* @since 4.0.0
*/
class InstallLanguageExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -16,7 +16,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for invalid param
*
* @since 4.0
* @since 4.0.0
*/
class InvalidParameterExceptionHandler extends \Tobscure\JsonApi\Exception\Handler\InvalidParameterExceptionHandler
{

View File

@ -18,7 +18,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for routing errors that should give a 404
*
* @since 4.0
* @since 4.0.0
*/
class InvalidRouteExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -18,7 +18,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for routing errors that should give a 406
*
* @since 4.0
* @since 4.0.0
*/
class NotAcceptableExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -18,7 +18,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for permission errors that should give a 403
*
* @since 4.0
* @since 4.0.0
*/
class NotAllowedExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -16,7 +16,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for invalid resource requests that should give a 404
*
* @since 4.0
* @since 4.0.0
*/
class ResourceNotFoundExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -16,7 +16,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for invalid checkin/checkout exceptions
*
* @since 4.0
* @since 4.0.0
*/
class SaveExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -16,7 +16,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* Handler for error when send email
*
* @since 4.0
* @since 4.0.0
*/
class SendEmailExceptionHandler implements ExceptionHandlerInterface
{

View File

@ -13,7 +13,7 @@ namespace Joomla\CMS\Error\Renderer;
/**
* RSS/Atom feed error page renderer
*
* @since 4.0
* @since 4.0.0
*/
class FeedRenderer extends XmlRenderer
{

View File

@ -17,7 +17,7 @@ use Joomla\CMS\Language\Text;
/**
* HTML error page renderer
*
* @since 4.0
* @since 4.0.0
* @todo Change this renderer to use JDocumentHtml instead of JDocumentError, the latter is only used for B/C at this time
*/
class HtmlRenderer extends AbstractRenderer
@ -26,7 +26,7 @@ class HtmlRenderer extends AbstractRenderer
* The format (type) of the error page
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type = 'error';
@ -37,7 +37,7 @@ class HtmlRenderer extends AbstractRenderer
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
public function render(\Throwable $error): string
{

View File

@ -17,7 +17,7 @@ use Joomla\CMS\Factory;
/**
* JSON error page renderer
*
* @since 4.0
* @since 4.0.0
*/
class JsonRenderer extends AbstractRenderer
{
@ -25,7 +25,7 @@ class JsonRenderer extends AbstractRenderer
* The format (type) of the error page
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type = 'json';
@ -36,7 +36,7 @@ class JsonRenderer extends AbstractRenderer
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
public function render(\Throwable $error): string
{

View File

@ -28,7 +28,7 @@ use Tobscure\JsonApi\Exception\Handler\ResponseBag;
/**
* JSON error page renderer
*
* @since 4.0
* @since 4.0.0
*/
class JsonapiRenderer extends JsonRenderer
{
@ -36,7 +36,7 @@ class JsonapiRenderer extends JsonRenderer
* The format (type) of the error page
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type = 'jsonapi';
@ -47,7 +47,7 @@ class JsonapiRenderer extends JsonRenderer
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
public function render(\Throwable $error): string
{

View File

@ -15,7 +15,7 @@ use Joomla\CMS\Error\AbstractRenderer;
/**
* XML error page renderer
*
* @since 4.0
* @since 4.0.0
*/
class XmlRenderer extends AbstractRenderer
{
@ -23,7 +23,7 @@ class XmlRenderer extends AbstractRenderer
* The format (type) of the error page
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $type = 'xml';
@ -34,7 +34,7 @@ class XmlRenderer extends AbstractRenderer
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
public function render(\Throwable $error): string
{

View File

@ -15,7 +15,7 @@ use Joomla\CMS\Document\Document;
/**
* Interface defining the rendering engine for the error handling layer
*
* @since 4.0
* @since 4.0.0
*/
interface RendererInterface
{
@ -24,7 +24,7 @@ interface RendererInterface
*
* @return Document
*
* @since 4.0
* @since 4.0.0
*/
public function getDocument(): Document;
@ -35,7 +35,7 @@ interface RendererInterface
*
* @return string
*
* @since 4.0
* @since 4.0.0
*/
public function render(\Throwable $error): string;
}

View File

@ -68,7 +68,7 @@ abstract class Factory
* Global container object
*
* @var Container
* @since 4.0
* @since 4.0.0
*/
public static $container = null;
@ -213,7 +213,7 @@ abstract class Factory
*
* @return Container
*
* @since 4.0
* @since 4.0.0
*/
public static function getContainer(): Container
{
@ -569,7 +569,7 @@ abstract class Factory
*
* @return Container
*
* @since 4.0
* @since 4.0.0
*/
protected static function createContainer(): Container
{

View File

@ -134,7 +134,7 @@ class FeedFactory
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
public function getParsers()
{

View File

@ -42,7 +42,7 @@ class ColorField extends FormField
* Default color when there is no value.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $default;
@ -50,7 +50,7 @@ class ColorField extends FormField
* The type of value the slider should display: 'hue', 'saturation' or 'light'.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $display = 'hue';
@ -90,7 +90,7 @@ class ColorField extends FormField
* Shows preview of the selected color
*
* @var boolean
* @since 4.0
* @since 4.0.0
*/
protected $preview = false;
@ -98,7 +98,7 @@ class ColorField extends FormField
* Color format to use when value gets saved
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $saveFormat = 'hex';
@ -372,7 +372,7 @@ class ColorField extends FormField
*
* @return array
*
* @since 4.0
* @since 4.0.0
*/
protected function getSliderModeLayoutData()
{

View File

@ -1255,7 +1255,7 @@ class Form
*
* @return mixed Array or false.
*
* @since 4.0
* @since 4.0.0
*/
public function postProcess($data, $group = null)
{

View File

@ -196,7 +196,7 @@ abstract class FormField
* The validation text of invalid value of the form field.
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $validationtext;

View File

@ -45,7 +45,7 @@ class LanguageAdapter extends InstallerAdapter
* The language tag for the package
*
* @var string
* @since 4.0
* @since 4.0.0
*/
protected $tag;

View File

@ -98,7 +98,7 @@ abstract class InstallerAdapter
* Installer used with this adapter
*
* @var Installer
* @since 4.0
* @since 4.0.0
*/
protected $parent = null;
@ -627,7 +627,7 @@ abstract class InstallerAdapter
*
* @return Installer
*
* @since 4.0
* @since 4.0.0
*/
public function getParent()
{

View File

@ -386,7 +386,7 @@ class InstallerScript
* @return void
*
* @throws \Exception
* @since 4.0
* @since 4.0.0
*/
public function addDashboardMenu(string $dashboard, string $preset)
{

View File

@ -14,7 +14,7 @@ namespace Joomla\CMS\MVC\View;
/**
* Exception class defining an error getting data from a model into a view
*
* @since 4.0
* @since 4.0.0
*/
class GenericDataException extends \RuntimeException
{

View File

@ -49,7 +49,7 @@ abstract class JsonApiView extends JsonView
*
* @var array
*
* @since 4.0
* @since 4.0.0
*/
protected $relationship = [];
@ -57,7 +57,7 @@ abstract class JsonApiView extends JsonView
* Serializer data
*
* @var AbstractSerializer
* @since 4.0
* @since 4.0.0
*/
protected $serializer;

View File

@ -17,7 +17,7 @@ namespace Joomla\CMS\Object;
* and an internal error handler.
*
* @since 1.7.0
* @deprecated 4.0
* @deprecated 4.0.0
*/
class CMSObject
{

View File

@ -69,7 +69,7 @@ abstract class CMSPlugin implements DispatcherAwareInterface, PluginInterface
* removing support for legacy Listeners.
*
* @var boolean
* @since 4.0
* @since 4.0.0
*
* @deprecated
*/
@ -187,7 +187,7 @@ abstract class CMSPlugin implements DispatcherAwareInterface, PluginInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function registerListeners()
{
@ -258,7 +258,7 @@ abstract class CMSPlugin implements DispatcherAwareInterface, PluginInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
final protected function registerLegacyListener(string $methodName)
{
@ -305,7 +305,7 @@ abstract class CMSPlugin implements DispatcherAwareInterface, PluginInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
final protected function registerListener(string $methodName)
{

View File

@ -336,7 +336,7 @@ class Router
*
* @return boolean Was a rule removed?
*
* @since 4.0
* @since 4.0.0
* @throws \InvalidArgumentException
*/
public function detachRule($type, $rule, $stage = self::PROCESS_DURING)
@ -369,7 +369,7 @@ class Router
*
* @return array All currently attached rules in an array
*
* @since 4.0
* @since 4.0.0
*/
public function getRules()
{

View File

@ -104,7 +104,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function parseCheckSSL(&$router, &$uri)
{
@ -124,7 +124,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function parseInit(&$router, &$uri)
{
@ -177,7 +177,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function parseFormat(&$router, &$uri)
{
@ -200,7 +200,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function parseSefRoute(&$router, &$uri)
{
@ -326,7 +326,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function parseRawRoute(&$router, &$uri)
{
@ -368,7 +368,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function parsePaginationData(&$router, &$uri)
{
@ -390,7 +390,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildInit(&$router, &$uri)
{
@ -420,7 +420,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildComponentPreprocess(&$router, &$uri)
{
@ -456,7 +456,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildSefRoute(&$router, &$uri)
{
@ -511,7 +511,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildPaginationData(&$router, &$uri)
{
@ -532,7 +532,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildFormat(&$router, &$uri)
{
@ -555,7 +555,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildRewrite(&$router, &$uri)
{
@ -583,7 +583,7 @@ class SiteRouter extends Router
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function buildBase(&$router, &$uri)
{

View File

@ -46,7 +46,7 @@ use Psr\Log\LoggerInterface;
/**
* Application service provider
*
* @since 4.0
* @since 4.0.0
*/
class Application implements ServiceProviderInterface
{
@ -57,7 +57,7 @@ class Application implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -25,7 +25,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the authentication dependencies
*
* @since 4.0
* @since 4.0.0
*/
class Authentication implements ServiceProviderInterface
{
@ -36,7 +36,7 @@ class Authentication implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -18,7 +18,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the cache controller dependency
*
* @since 4.0
* @since 4.0.0
*/
class CacheController implements ServiceProviderInterface
{
@ -29,7 +29,7 @@ class CacheController implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -17,7 +17,7 @@ use Joomla\Registry\Registry;
/**
* Service provider for the application's config dependency
*
* @since 4.0
* @since 4.0.0
*/
class Config implements ServiceProviderInterface
{
@ -28,7 +28,7 @@ class Config implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -33,7 +33,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the application's console services
*
* @since 4.0
* @since 4.0.0
*/
class Console implements ServiceProviderInterface
{
@ -44,7 +44,7 @@ class Console implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -21,7 +21,7 @@ use Joomla\Event\DispatcherInterface;
/**
* Service provider for the application's database dependency
*
* @since 4.0
* @since 4.0.0
*/
class Database implements ServiceProviderInterface
{
@ -32,7 +32,7 @@ class Database implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -19,7 +19,7 @@ use Joomla\Event\DispatcherInterface as EventDispatcherInterface;
/**
* Service provider for the application's event dispatcher dependency
*
* @since 4.0
* @since 4.0.0
*/
class Dispatcher implements ServiceProviderInterface
{
@ -30,7 +30,7 @@ class Dispatcher implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -18,7 +18,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the application's document dependency
*
* @since 4.0
* @since 4.0.0
*/
class Document implements ServiceProviderInterface
{
@ -29,7 +29,7 @@ class Document implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -18,7 +18,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the form dependency
*
* @since 4.0
* @since 4.0.0
*/
class Form implements ServiceProviderInterface
{
@ -29,7 +29,7 @@ class Form implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -18,7 +18,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the language dependency
*
* @since 4.0
* @since 4.0.0
*/
class Language implements ServiceProviderInterface
{
@ -29,7 +29,7 @@ class Language implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -19,7 +19,7 @@ use Psr\Log\LoggerInterface;
/**
* Service provider for the application's PSR-3 logger dependency
*
* @since 4.0
* @since 4.0.0
*/
class Logger implements ServiceProviderInterface
{
@ -30,7 +30,7 @@ class Logger implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

View File

@ -18,7 +18,7 @@ use Joomla\DI\ServiceProviderInterface;
/**
* Service provider for the application's menu dependency
*
* @since 4.0
* @since 4.0.0
*/
class Menu implements ServiceProviderInterface
{
@ -29,7 +29,7 @@ class Menu implements ServiceProviderInterface
*
* @return void
*
* @since 4.0
* @since 4.0.0
*/
public function register(Container $container)
{

Some files were not shown because too many files have changed in this diff Show More