Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe BaseModel
+ Graphe d'héritage de BaseModel:

Fonctions membres publiques

 __construct ($config=array())
 
 getName ()
 
- Fonctions membres publiques hérités de CMSObject
 __construct ($properties=null)
 
 __toString ()
 
 def ($property, $default=null)
 
 get ($property, $default=null)
 
 getProperties ($public=true)
 
 getError ($i=null, $toString=true)
 
 getErrors ()
 
 set ($property, $value=null)
 
 setProperties ($properties)
 
 setError ($error)
 
- Fonctions membres publiques hérités de StatefulModelInterface
 getState ($property=null, $default=null)
 
 setState ($property, $value=null)
 

Fonctions membres publiques statiques

static addIncludePath ($path='', $prefix='')
 

Attributs protégés

 $name
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Attributs protégés statiques

static $paths
 

Description détaillée

Base class for a Joomla Model

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor

Paramètres
array$configAn array of configuration options (name, state, ignore_request).
Depuis
4.0.0
Exceptions

Références $config, et name.

Documentation des fonctions membres

◆ addIncludePath()

static addIncludePath (   $path = '',
  $prefix = '' 
)
static

Add a directory where should search for models. You may either pass a string or an array of directories.

Paramètres
mixed$pathA path or array[sting] of paths to search.
string$prefixA prefix for models.
Renvoie
array An array with directory elements. If prefix is equal to '', all directories are returned.
Depuis
3.0
Obsolète:
5.0 See LegacyModelLoaderTrait

Références $path, $prefix, et Path\clean().

Référencé par BaseController\addModelPath().

◆ getName()

getName ( )

Method to get the model name

The model name. By default parsed using the classname or it can be set by passing a $config['name'] in the class constructor

Renvoie
string The name of the model
Depuis
4.0.0
Exceptions

Implémente ModelInterface.

Références $name, $r, $this, name, null, et Text\sprintf().

Documentation des champs

◆ $name

$name
protected

◆ $paths

$paths
staticprotected

La documentation de cette classe a été générée à partir du fichier suivant :