HelperFactory

Implements ServiceProviderInterface

Service provider for the service helper factory.

since

4.0.0

package

Joomla CMS

Methods

__construct

HelperFactory constructor.

__construct( namespace) : 
since

4.0.0

Arguments

namespace

stringThe namespace

Response

mixed

register

Registers the service provider with a DI container.

register(\Joomla\DI\Container container) : 
since

4.0.0

Arguments

container

ContainerThe DI container.

Response

void

Properties

namespace

The namespace

since

4.0.0

Type(s)

string