Back to Joomla project (class list)

Class HTMLRegistryAwareTrait - list of methods

Defines the trait for a HTML Registry aware class.
Package: Joomla\CMS\HTML
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/HTMLRegistryAwareTrait.php
Project: Joomla

Method Summary

public \Joomla\CMS\HTML\Registry
()

Get the registry.
Returns
  • \Joomla\CMS\HTML\Registry
Since
  • 4.0.0
-
  • \UnexpectedValueException May be thrown if the registry has not been set.
Show source code of this method: getRegistry Source Code

public void
(\Joomla\CMS\HTML\Registry $registry = null)

Set the registry to use.
Parameters
  • \Joomla\CMS\HTML\Registry $registry The registry
Returns
  • void
Since
  • 4.0.0
Show source code of this method: setRegistry Source Code

Properties Summary

private \Joomla\CMS\HTML\Registry
$registry
The registry
Since
  • 4.0.0

Tags Summary

Since
4.0.0