Media helper class.
- Depuis
- 1.6
- Obsolète:
- 4.0 Use JHelperMedia instead
◆ canUpload()
static canUpload |
( |
|
$file, |
|
|
|
$error = '' |
|
) |
| |
|
static |
Checks if the file can be uploaded
- Paramètres
-
array | $file | File information |
string | $error | An 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
-
- 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 | $contentType | The content type |
integer | $id | The integer id |
CMSObject | $mediaObject | The 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 | $fileName | The 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 | $width | Image width |
integer | $height | Image height |
integer | $target | Target 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 | $fileName | The 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 | $size | The 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 :