Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\View\GenericDataException;
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Pagination\Pagination;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Toolbar\Toolbar;
Expand Down Expand Up @@ -59,7 +58,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.7.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
* @since 1.5
*/
protected $state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\View\GenericDataException;
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Pagination\Pagination;
use Joomla\CMS\Toolbar\Toolbar;
use Joomla\CMS\Toolbar\ToolbarHelper;
Expand Down Expand Up @@ -68,7 +67,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
* @since 1.6
*/
protected $state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\View\GenericDataException;
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Pagination\Pagination;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Toolbar\Toolbar;
Expand Down Expand Up @@ -69,7 +68,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
* @since 1.6
*/
protected $state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\View\GenericDataException;
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Pagination\Pagination;
use Joomla\CMS\Toolbar\Toolbar;
use Joomla\CMS\Toolbar\ToolbarHelper;
Expand Down Expand Up @@ -74,7 +73,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
* @since 1.6
*/
protected $state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use Joomla\CMS\Toolbar\Toolbar;
use Joomla\CMS\Toolbar\ToolbarHelper;
use Joomla\Component\Associations\Administrator\Helper\AssociationsHelper;
use Joomla\Registry\Registry;

// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
Expand Down Expand Up @@ -51,7 +52,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
* @since 3.2
*/
public $state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
* @since 3.2
*/
public $state;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class HtmlView extends BaseHtmlView
/**
* The actions the user is authorised to perform
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $canDo;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class HtmlView extends BaseHtmlView
protected $pagination;

/**
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.7.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HtmlView extends BaseHtmlView
protected $item;

/**
* @var CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.7.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class HtmlView extends BaseHtmlView
protected $pagination;

/**
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.7.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.6.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.6.1
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.6.1
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 4.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 4.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 4.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*/
public $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 4.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class XmlView extends BaseHtmlView
protected $items;

/**
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*
* @since 3.8.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HtmlView extends BaseHtmlView
/**
* The model state
*
* @var \Joomla\CMS\Object\CMSObject
* @var \Joomla\Registry\Registry
*/
protected $state;

Expand Down
Loading