File tree Expand file tree Collapse file tree 19 files changed +21
-33
lines changed
com_banners/src/View/Client
com_finder/src/View/Filter
com_guidedtours/src/View/Step
com_mails/src/View/Template
com_newsfeeds/src/View/Newsfeeds
com_plugins/src/View/Plugin
com_privacy/src/View/Request
com_templates/src/View/Style Expand file tree Collapse file tree 19 files changed +21
-33
lines changed Original file line number Diff line number Diff line change 1717use Joomla \CMS \Language \Text ;
1818use Joomla \CMS \MVC \View \GenericDataException ;
1919use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
20- use Joomla \CMS \Object \CMSObject ;
2120use Joomla \CMS \Toolbar \Toolbar ;
2221use Joomla \CMS \Toolbar \ToolbarHelper ;
2322use Joomla \Component \Banners \Administrator \Model \ClientModel ;
@@ -44,7 +43,7 @@ class HtmlView extends BaseHtmlView
4443 /**
4544 * The active item
4645 *
47- * @var CMSObject
46+ * @var \stdClass
4847 * @since 1.5
4948 */
5049 protected $ item ;
Original file line number Diff line number Diff line change 1515use Joomla \CMS \Language \Text ;
1616use Joomla \CMS \MVC \View \GenericDataException ;
1717use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
18- use Joomla \CMS \Object \CMSObject ;
1918use Joomla \CMS \Toolbar \Toolbar ;
2019use Joomla \CMS \Toolbar \ToolbarHelper ;
2120use Joomla \Filesystem \Path ;
@@ -39,7 +38,7 @@ class HtmlView extends BaseHtmlView
3938 protected $ form ;
4039
4140 /**
42- * @var CMSObject
41+ * @var \stdClass
4342 *
4443 * @since 3.7.0
4544 */
Original file line number Diff line number Diff line change 1515use Joomla \CMS \Language \Text ;
1616use Joomla \CMS \MVC \View \GenericDataException ;
1717use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
18- use Joomla \CMS \Object \CMSObject ;
1918use Joomla \CMS \Toolbar \Toolbar ;
2019use Joomla \CMS \Toolbar \ToolbarHelper ;
2120use Joomla \Component \Fields \Administrator \Helper \FieldsHelper ;
@@ -40,7 +39,7 @@ class HtmlView extends BaseHtmlView
4039 protected $ form ;
4140
4241 /**
43- * @var CMSObject
42+ * @var \stdClass
4443 *
4544 * @since 3.7.0
4645 */
Original file line number Diff line number Diff line change 1515use Joomla \CMS \Language \Text ;
1616use Joomla \CMS \MVC \View \GenericDataException ;
1717use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
18- use Joomla \CMS \Object \CMSObject ;
1918use Joomla \CMS \Toolbar \Toolbar ;
2019use Joomla \CMS \Toolbar \ToolbarHelper ;
2120
@@ -51,7 +50,7 @@ class HtmlView extends BaseHtmlView
5150 /**
5251 * The active item
5352 *
54- * @var CMSObject|boolean
53+ * @var \stdClass
5554 *
5655 * @since 3.6.2
5756 */
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class HtmlView extends BaseHtmlView
3838 /**
3939 * The active item
4040 *
41- * @var object
41+ * @var \stdClass
4242 */
4343 protected $ item ;
4444
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class HtmlView extends BaseHtmlView
3939 /**
4040 * The active item
4141 *
42- * @var CMSObject
42+ * @var \stdClass
4343 */
4444 protected $ item ;
4545
Original file line number Diff line number Diff line change 1717use Joomla \CMS \Language \Text ;
1818use Joomla \CMS \MVC \View \GenericDataException ;
1919use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
20- use Joomla \CMS \Object \CMSObject ;
2120use Joomla \CMS \Toolbar \Toolbar ;
2221use Joomla \CMS \Toolbar \ToolbarHelper ;
2322
@@ -42,7 +41,7 @@ class HtmlView extends BaseHtmlView
4241 /**
4342 * The active item
4443 *
45- * @var CMSObject
44+ * @var \stdClass
4645 */
4746 protected $ item ;
4847
Original file line number Diff line number Diff line change 1616use Joomla \CMS \Language \Text ;
1717use Joomla \CMS \MVC \View \GenericDataException ;
1818use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
19- use Joomla \CMS \Object \CMSObject ;
2019use Joomla \CMS \Toolbar \Button \DropdownButton ;
2120use Joomla \CMS \Toolbar \Toolbar ;
2221use Joomla \CMS \Toolbar \ToolbarHelper ;
@@ -35,7 +34,7 @@ class HtmlView extends BaseHtmlView
3534 /**
3635 * The list of newsfeeds
3736 *
38- * @var CMSObject
37+ * @var array
3938 *
4039 * @since 1.6
4140 */
Original file line number Diff line number Diff line change 1515use Joomla \CMS \Language \Text ;
1616use Joomla \CMS \MVC \View \GenericDataException ;
1717use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
18- use Joomla \CMS \Object \CMSObject ;
1918use Joomla \CMS \Toolbar \Toolbar ;
2019use Joomla \CMS \Toolbar \ToolbarHelper ;
2120
@@ -33,7 +32,7 @@ class HtmlView extends BaseHtmlView
3332 /**
3433 * The item object for the newsfeed
3534 *
36- * @var CMSObject
35+ * @var \stdClass
3736 */
3837 protected $ item ;
3938
Original file line number Diff line number Diff line change 1515use Joomla \CMS \Language \Text ;
1616use Joomla \CMS \MVC \View \GenericDataException ;
1717use Joomla \CMS \MVC \View \HtmlView as BaseHtmlView ;
18- use Joomla \CMS \Object \CMSObject ;
1918use Joomla \CMS \Router \Route ;
2019use Joomla \CMS \Session \Session ;
2120use Joomla \CMS \Toolbar \Toolbar ;
@@ -52,7 +51,7 @@ class HtmlView extends BaseHtmlView
5251 /**
5352 * The item record
5453 *
55- * @var CMSObject
54+ * @var \stdClass
5655 * @since 3.9.0
5756 */
5857 protected $ item ;
You can’t perform that action at this time.
0 commit comments