Back to Joomla project (class list)

Class HelperFactory - list of methods

Namespace based implementation of the HelperFactoryInterface

Extends

Package: Joomla\CMS\Helper
Copyright: (C) 2021 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Helper/HelperFactory.php
Project: Joomla

Method Summary

public
(string $namespace)

HelperFactory constructor.
Parameters
  • string $namespace The namespace
Since
  • 4.0.0
Show source code of this method: __construct Source Code

public \stdClass
(string $name, array $config = [])

Returns a helper instance for the given name.
Parameters
  • string $name The name
  • array $config The config
Returns
  • \stdClass
Since
  • 4.0.0
Show source code of this method: getHelper Source Code

Properties Summary

private string
$namespace
The extension namespace
Since
  • 4.0.0

Tags Summary

Since
4.0.0