HelperFactory
Implements HelperFactoryInterfaceNamespace based implementation of the HelperFactoryInterface
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
HelperFactory constructor.
__construct( namespace) :
since |
4.0.0 |
---|
Arguments
- namespace
string
The namespace
Response
mixed
getHelper
Returns a helper instance for the given name.
getHelper( name, mixed||string|int config = []) : \stdClass
since |
4.0.0 |
---|
Arguments
- name
string
The name- config
array<string|int, mixed>
The config
Response
stdClass
Properties
namespace
The extension namespace
since |
4.0.0 |
---|
Type(s)
string