HelperFactoryInterface

Factory to load helper classes.

since

4.0.0

package

Joomla CMS

Methods

getHelper

Returns a helper instance for the given name.

getHelper( name, mixed||string|int config = []) : \stdClass
since

4.0.0

Arguments

name

stringThe name

config

array<string|int, mixed>The config

Response

stdClass