CategoryFactory
Implements \Joomla\DI\ServiceProviderInterfaceService provider for the service categories.
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
The namespace must be like: Joomla\Component\Content
__construct(string namespace) : mixed
since |
4.0.0 |
---|
Arguments
- namespace
string
The namespace
Response
mixed
register
Registers the service provider with a DI container.
register(\Joomla\DI\Container container) : void
since |
4.0.0 |
---|
Arguments
- container
\Joomla\DI\Container
The DI container.