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