MVCFactoryServiceTrait

Defines the trait for a MVC factory service class.

since

4.0.0

package

Joomla CMS

Methods

getMVCFactory

Get the factory.

getMVCFactory() : \Joomla\CMS\MVC\Factory\MVCFactoryInterface
since

4.0.0

throws

UnexpectedValueExceptionMay be thrown if the factory has not been set.

Response

MVCFactoryInterface

setMVCFactory

The MVC Factory.

setMVCFactory(\Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) : 
since

4.0.0

Arguments

mvcFactory

MVCFactoryInterfaceThe factory

Response

void

Properties

mvcFactory

The MVC Factory.