Base class for a Joomla Model
- Depuis
- 4.0.0
◆ __construct()
__construct |
( |
|
$config = array() | ) |
|
Constructor
- Paramètres
-
array | $config | An array of configuration options (name, state, ignore_request). |
- Depuis
- 4.0.0
- Exceptions
-
Références $config, et name.
◆ 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 | $path | A path or array[sting] of paths to search. |
string | $prefix | A 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()
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().
◆ $name
◆ $paths
La documentation de cette classe a été générée à partir du fichier suivant :