MVCFactoryAwareTrait

MVCFactory aware trait.

since

4.0.0

package

Joomla CMS

Methods

getMVCFactory

Returns the MVC factory.

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

4.0.0

throws

UnexpectedValueException

Response

MVCFactoryInterface

setMVCFactory

Set the MVC factory.

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

4.0.0

Arguments

mvcFactory

MVCFactoryInterfaceThe MVC factory

Response

void

Properties

mvcFactory

The mvc factory.

since

4.0.0

Type(s)

MVCFactoryInterface