Back to Joomla project (class list)

Class MVCFactoryAwareTrait - list of methods

MVCFactory aware trait.
Package: Joomla\CMS\MVC\Factory
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/MVC/Factory/MVCFactoryAwareTrait.php
Project: Joomla

Method Summary

protected \Joomla\CMS\MVC\Factory\MVCFactoryInterface
()

Returns the MVC factory.
Returns
  • \Joomla\CMS\MVC\Factory\MVCFactoryInterface
Since
  • 4.0.0
-
  • \UnexpectedValueException
Show source code of this method: getMVCFactory Source Code

public void
(\Joomla\CMS\MVC\Factory\MVCFactoryInterface $mvcFactory)

Set the MVC factory.
Parameters
  • \Joomla\CMS\MVC\Factory\MVCFactoryInterface $mvcFactory The MVC factory
Returns
  • void
Since
  • 4.0.0
Show source code of this method: setMVCFactory Source Code

Properties Summary

private \Joomla\CMS\MVC\Factory\MVCFactoryInterface
$mvcFactory
The mvc factory.
Since
  • 4.0.0

Tags Summary

Since
4.0.0