CategoryFactory

Implements ServiceProviderInterface

Service provider for the service categories.

since

4.0.0

package

Joomla CMS

Methods

__construct

The namespace must be like: Joomla\Component\Content

__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 to create the categories from.

since

4.0.0

Type(s)

string