Since: 4.0.0

class CategoryFactory implements ServiceProviderInterface

Service provider for the service categories.

Methods

__construct(string $namespace)

The namespace must be like: Joomla\Component\Content

void
register(Container $container)

Registers the service provider with a DI container.

Details

__construct(string $namespace)

Since: 4.0.0

The namespace must be like: Joomla\Component\Content

Parameters

string $namespace

The namespace

void register(Container $container)

Since: 4.0.0

Registers the service provider with a DI container.

Parameters

Container $container

The DI container.

Return Value

void