* html helpers.
*
* @return mixed JHtml::call($function, $args) or False on error
* @since 11.1
*/
public static function _($key)
{
list($key, $prefix, $file, $func) = self::extract($key);
if (array_key_exists($key, self::$registry))
{
FatalError
|
---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Cannot override final method Joomla\CMS\HTML\HTMLHelper::_() at /home/sportske/public_html/libraries/solidres/html/html.php:54 |