Skip to content

Commit 8338ea7

Browse files
authored
State in views (#41001)
1 parent 73b79d4 commit 8338ea7

File tree

89 files changed

+90
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+90
-114
lines changed

administrator/components/com_associations/src/View/Association/HtmlView.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Joomla\CMS\Language\Text;
1717
use Joomla\CMS\MVC\View\GenericDataException;
1818
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
19-
use Joomla\CMS\Object\CMSObject;
2019
use Joomla\CMS\Pagination\Pagination;
2120
use Joomla\CMS\Router\Route;
2221
use Joomla\CMS\Toolbar\Toolbar;
@@ -59,7 +58,7 @@ class HtmlView extends BaseHtmlView
5958
/**
6059
* The model state
6160
*
62-
* @var CMSObject
61+
* @var \Joomla\Registry\Registry
6362
*
6463
* @since 3.7.0
6564
*/

administrator/components/com_banners/src/View/Client/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class HtmlView extends BaseHtmlView
5353
/**
5454
* The model state
5555
*
56-
* @var CMSObject
56+
* @var \Joomla\Registry\Registry
5757
* @since 1.5
5858
*/
5959
protected $state;

administrator/components/com_banners/src/View/Clients/HtmlView.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Joomla\CMS\Language\Text;
1717
use Joomla\CMS\MVC\View\GenericDataException;
1818
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
19-
use Joomla\CMS\Object\CMSObject;
2019
use Joomla\CMS\Pagination\Pagination;
2120
use Joomla\CMS\Toolbar\Toolbar;
2221
use Joomla\CMS\Toolbar\ToolbarHelper;
@@ -68,7 +67,7 @@ class HtmlView extends BaseHtmlView
6867
/**
6968
* The model state
7069
*
71-
* @var CMSObject
70+
* @var \Joomla\Registry\Registry
7271
* @since 1.6
7372
*/
7473
protected $state;

administrator/components/com_banners/src/View/Tracks/HtmlView.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Joomla\CMS\Language\Text;
1717
use Joomla\CMS\MVC\View\GenericDataException;
1818
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
19-
use Joomla\CMS\Object\CMSObject;
2019
use Joomla\CMS\Pagination\Pagination;
2120
use Joomla\CMS\Router\Route;
2221
use Joomla\CMS\Toolbar\Toolbar;
@@ -69,7 +68,7 @@ class HtmlView extends BaseHtmlView
6968
/**
7069
* The model state
7170
*
72-
* @var CMSObject
71+
* @var \Joomla\Registry\Registry
7372
* @since 1.6
7473
*/
7574
protected $state;

administrator/components/com_cache/src/View/Cache/HtmlView.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Joomla\CMS\Language\Text;
1515
use Joomla\CMS\MVC\View\GenericDataException;
1616
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
17-
use Joomla\CMS\Object\CMSObject;
1817
use Joomla\CMS\Pagination\Pagination;
1918
use Joomla\CMS\Toolbar\Toolbar;
2019
use Joomla\CMS\Toolbar\ToolbarHelper;
@@ -74,7 +73,7 @@ class HtmlView extends BaseHtmlView
7473
/**
7574
* The model state
7675
*
77-
* @var CMSObject
76+
* @var \Joomla\Registry\Registry
7877
* @since 1.6
7978
*/
8079
protected $state;

administrator/components/com_categories/src/View/Category/HtmlView.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
use Joomla\CMS\Toolbar\Toolbar;
2323
use Joomla\CMS\Toolbar\ToolbarHelper;
2424
use Joomla\Component\Associations\Administrator\Helper\AssociationsHelper;
25+
use Joomla\Registry\Registry;
2526

2627
// phpcs:disable PSR1.Files.SideEffects
2728
\defined('_JEXEC') or die;
@@ -51,7 +52,7 @@ class HtmlView extends BaseHtmlView
5152
/**
5253
* The model state
5354
*
54-
* @var CMSObject
55+
* @var \Joomla\Registry\Registry
5556
*/
5657
protected $state;
5758

administrator/components/com_checkin/src/View/Checkin/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class HtmlView extends BaseHtmlView
4545
/**
4646
* The model state
4747
*
48-
* @var \Joomla\CMS\Object\CMSObject
48+
* @var \Joomla\Registry\Registry
4949
*/
5050
protected $state;
5151

administrator/components/com_config/src/View/Application/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class HtmlView extends BaseHtmlView
3232
/**
3333
* The model state
3434
*
35-
* @var \Joomla\CMS\Object\CMSObject
35+
* @var \Joomla\Registry\Registry
3636
* @since 3.2
3737
*/
3838
public $state;

administrator/components/com_config/src/View/Component/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class HtmlView extends BaseHtmlView
3131
/**
3232
* The model state
3333
*
34-
* @var \Joomla\CMS\Object\CMSObject
34+
* @var \Joomla\Registry\Registry
3535
* @since 3.2
3636
*/
3737
public $state;

administrator/components/com_contact/src/View/Contact/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class HtmlView extends BaseHtmlView
4848
/**
4949
* The model state
5050
*
51-
* @var \Joomla\CMS\Object\CMSObject
51+
* @var \Joomla\Registry\Registry
5252
*/
5353
protected $state;
5454

0 commit comments

Comments
 (0)