Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 |
Media web service model supporting a single media item.
__construct | ( | $config = [] | ) |
Références $config, et Symfony\Contracts\Service\__construct().
delete | ( | ) |
Method to delete an existing file or folder.
Save |
Références $path, Joomla\CMS\MVC\Model\getState(), Joomla\Component\Media\Administrator\Provider\resolveAdapterAndPath(), et Text\sprintf().
getItem | ( | ) |
Method to get a single files or folder.
ResourceNotFound |
Références $options, $path, Joomla\CMS\MVC\Model\getState(), Joomla\Component\Media\Administrator\Provider\resolveAdapterAndPath(), et Text\sprintf().
save | ( | $path = null | ) |
Method to save a file or folder.
string | $path | The primary key of the item (if exists) |
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().
|
private |