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

Fonctions membres publiques

 __construct ($config=[])
 
 getItem ()
 
 save ($path=null)
 
 delete ()
 
- Fonctions membres publiques hérités de BaseModel
 __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)
 

Attributs privés

 $mediaApiModel
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- Attributs protégés hérités de BaseModel
 $name
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Media web service model supporting a single media item.

Depuis
4.1.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = [])

Documentation des fonctions membres

◆ delete()

delete ( )

Method to delete an existing file or folder.

Renvoie
void
Depuis
4.1.0
Exceptions
Save

Références $path, Joomla\CMS\MVC\Model\getState(), Joomla\Component\Media\Administrator\Provider\resolveAdapterAndPath(), et Text\sprintf().

◆ getItem()

getItem ( )

Method to get a single files or folder.

Renvoie
A file or folder object.
Depuis
4.1.0
Exceptions
ResourceNotFound

Références $options, $path, Joomla\CMS\MVC\Model\getState(), Joomla\Component\Media\Administrator\Provider\resolveAdapterAndPath(), et Text\sprintf().

◆ save()

save (   $path = null)

Method to save a file or folder.

Paramètres
string$pathThe primary key of the item (if exists)
Renvoie
string The path
Depuis
4.1.0
Exceptions
Save

If we have a (new) path and an old path, we want to move an existing file or folder. This must be done before updating the content of a file, if also requested (see below).

Références $content, $name, $path, Text\_(), Joomla\CMS\MVC\Model\getState(), null, Joomla\Component\Media\Administrator\Provider\resolveAdapterAndPath(), et Text\sprintf().

Documentation des champs

◆ $mediaApiModel

$mediaApiModel
private

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