Back to WorkflowServiceTrait class

Method getMVCFactory

public \Joomla\CMS\MVC\Factory\MVCFactoryInterface
getMVCFactory
()
Get a MVC factory
Returns
  • \Joomla\CMS\MVC\Factory\MVCFactoryInterface
Since
  • 4.0.0

Method getMVCFactory - Source code

/**
 * Get a MVC factory
 *
 * @return  MVCFactoryInterface
 *
 * @since   4.0.0
 */
public abstract function getMVCFactory() : MVCFactoryInterface;