Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage Joomla\CMS\MVC\Factory

Structures de données

class  ApiMVCFactory
 
class  LegacyFactory
 
class  MVCFactory
 
interface  MVCFactoryInterface
 
interface  MVCFactoryServiceInterface
 

Fonctions

 getMVCFactory ()
 
 setMVCFactory (MVCFactoryInterface $mvcFactory)
 

Variables

trait MVCFactoryAwareTrait
 
trait MVCFactoryServiceTrait
 

Description détaillée

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Documentation des fonctions

◆ getMVCFactory()

getMVCFactory ( )
protected

Returns the MVC factory.

Renvoie
MVCFactoryInterface
Depuis
4.0.0
Exceptions

Référencé par BaseDatabaseModel\_createTable(), BaseDatabaseModel\getTable(), et Joomla\CMS\Workflow\isWorkflowActive().

◆ setMVCFactory()

setMVCFactory ( MVCFactoryInterface  $mvcFactory)

Set the MVC factory.

Paramètres
MVCFactoryInterface$mvcFactoryThe MVC factory
Renvoie
void
Depuis
4.0.0

The MVC Factory.

Paramètres
MVCFactoryInterface$mvcFactoryThe factory
Renvoie
void
Depuis
4.0.0

Référencé par BaseDatabaseModel\__construct().

Documentation des variables

◆ MVCFactoryAwareTrait

trait MVCFactoryAwareTrait
Valeur initiale :
{
private $mvcFactory

MVCFactory aware trait.

Depuis
4.0.0

◆ MVCFactoryServiceTrait

trait MVCFactoryServiceTrait
Valeur initiale :
{
private $mvcFactory

Defines the trait for a MVC factory service class.

Depuis
4.0.0