Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe MediaHelper

Fonctions membres publiques statiques

static isImage ($fileName)
 
static getTypeIcon ($fileName)
 
static canUpload ($file, $error='')
 
static parseSize ($size)
 
static imageResize ($width, $height, $target)
 
static countFiles ($dir)
 
static getContentTypeLink ($contentType, $id, CMSObject $mediaObject)
 

Description détaillée

Media helper class.

Depuis
1.6
Obsolète:
4.0 Use JHelperMedia instead

Documentation des fonctions membres

◆ canUpload()

static canUpload (   $file,
  $error = '' 
)
static

Checks if the file can be uploaded

Paramètres
array$fileFile information
string$errorAn error message to be returned
Renvoie
boolean
Depuis
1.5
Obsolète:
4.0 Use JHelperMedia::canUpload instead

Références $file.

Référencé par MediaControllerFile\upload().

◆ countFiles()

static countFiles (   $dir)
static

Counts the files and directories in a directory that are not php or html files.

Paramètres
string$dirDirectory name
Renvoie
array The number of files and directories in the given directory
Depuis
1.5
Obsolète:
4.0 Use JHelperMedia::countFiles instead

Référencé par MediaModelList\getList().

◆ getContentTypeLink()

static getContentTypeLink (   $contentType,
  $id,
CMSObject  $mediaObject 
)
static

Generates the URL to the object in the action logs component

Paramètres
string$contentTypeThe content type
integer$idThe integer id
CMSObject$mediaObjectThe media object being uploaded
Renvoie
string The link for the action log
Depuis
3.9.27

Références $link, COM_MEDIA_BASE, DIRECTORY_SEPARATOR, et CMSObject\get().

◆ getTypeIcon()

static getTypeIcon (   $fileName)
static

Gets the file extension for the purpose of using an icon.

Paramètres
string$fileNameThe filename
Renvoie
string File extension
Depuis
1.5
Obsolète:
4.0 Use JHelperMedia::getTypeIcon instead

◆ imageResize()

static imageResize (   $width,
  $height,
  $target 
)
static

Calculate the size of a resized image

Paramètres
integer$widthImage width
integer$heightImage height
integer$targetTarget size
Renvoie
array The new width and height
Depuis
3.2
Obsolète:
4.0 Use JHelperMedia::imageResize instead

Références $height, $target, et $width.

Référencé par MediaModelList\getList().

◆ isImage()

static isImage (   $fileName)
static

Checks if the file is an image

Paramètres
string$fileNameThe filename
Renvoie
boolean
Depuis
1.5
Obsolète:
4.0 Use JHelperMedia::isImage instead

◆ parseSize()

static parseSize (   $size)
static

Method to parse a file size

Paramètres
integer$sizeThe file size in bytes
Renvoie
string The converted file size
Depuis
1.6
Obsolète:
4.0 Use JHtml::_('number.bytes') instead

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