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é
|
__construct | ( | $link = null , |
|
$type = null , |
|||
$length = null , |
|||
$javascript = null , |
|||
$bitrate = null , |
|||
$captions = null , |
|||
$categories = null , |
|||
$channels = null , |
|||
$copyright = null , |
|||
$credits = null , |
|||
$description = null , |
|||
$duration = null , |
|||
$expression = null , |
|||
$framerate = null , |
|||
$hashes = null , |
|||
$height = null , |
|||
$keywords = null , |
|||
$lang = null , |
|||
$medium = null , |
|||
$player = null , |
|||
$ratings = null , |
|||
$restrictions = null , |
|||
$samplingrate = null , |
|||
$thumbnails = null , |
|||
$title = null , |
|||
$width = null |
|||
) |
Constructor, used to input the data
For documentation on all the parameters, see the corresponding properties and their accessors
idna_convert If available, this will convert an IDN
Références $bitrate, $captions, $categories, $channels, $copyright, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $length, $link, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $type, $width, SimplePie_Misc\compress_parse_url(), description, get_handler(), height, SimplePie_Misc\parse_url(), title, et width.
__toString | ( | ) |
String-ified version
embed | ( | $options = '' , |
|
$native = false |
|||
) |
Embed the enclosure using Javascript
$options
is an array or comma-separated key:value string, with the following properties:
alt
(string): Alternate content for when an end-user does not have the appropriate handler installed or when a file type is unsupported. Can be any text or HTML. Defaults to blank.altclass
(string): If a file type is unsupported, the end-user will see the alt text (above) linked directly to the content. That link will have this value as its class name. Defaults to blank.audio
(string): This is an image that should be used as a placeholder for audio files before they're loaded (QuickTime-only). Can be any relative or absolute URL. Defaults to blank.bgcolor
(string): The background color for the media, if not already transparent. Defaults to #ffffff
.height
(integer): The height of the embedded media. Accepts any numeric pixel value (such as 360
) or auto
. Defaults to auto
, and it is recommended that you use this default.loop
(boolean): Do you want the media to loop when its done? Defaults to false
.mediaplayer
(string): The location of the included mediaplayer.swf
file. This allows for the playback of Flash Video (.flv
) files, and is the default handler for non-Odeo MP3's. Defaults to blank.video
(string): This is an image that should be used as a placeholder for video files before they're loaded (QuickTime-only). Can be any relative or absolute URL. Defaults to blank.width
(integer): The width of the embedded media. Accepts any numeric pixel value (such as 480
) or auto
. Defaults to auto
, and it is recommended that you use this default.widescreen
(boolean): Is the enclosure widescreen or standard? This applies only to video enclosures, and will automatically resize the content appropriately. Defaults to false
, implying 4:3 mode.Note: Non-widescreen (4:3) mode with width
and height
set to auto
will default to 480x360 video resolution. Widescreen (16:9) mode with width
and height
set to auto
will default to 480x270 video resolution.
array | string | $options | Comma-separated key:value list, or array |
bool | $native | Use <embed> |
Références $alt, $handler, $height, $loop, $mime, $option, $options, $type, $width, elseif, get_extension(), get_handler(), get_link(), et get_real_type().
Référencé par native_embed().
get_caption | ( | $key = 0 | ) |
Get a single caption
int | $key |
Références $captions, $key, get_captions(), et null.
get_captions | ( | ) |
Get all captions
Références $captions, et null.
Référencé par get_caption().
get_categories | ( | ) |
Get all categories
Références $categories, et null.
Référencé par get_category().
get_category | ( | $key = 0 | ) |
Get a single category
int | $key |
Références $categories, $key, get_categories(), et null.
get_copyright | ( | ) |
get_credit | ( | $key = 0 | ) |
Get a single credit
int | $key |
Références $credits, $key, get_credits(), et null.
get_credits | ( | ) |
Get all credits
Référencé par get_credit().
get_description | ( | ) |
Get the description of the enclosure
Références $description, description, et null.
get_duration | ( | $convert = false | ) |
Get the duration of the enclosure
string | $convert | Convert seconds into hh:mm:ss |
$convert
was specified, otherwise integer (or null if none found) Références $duration, null, et SimplePie_Misc\time_hms().
get_expression | ( | ) |
Get the expression
Références $expression, et null.
get_extension | ( | ) |
Get the file extension
Références $url, null, et SimplePie_Misc\parse_url().
Référencé par embed(), et get_real_type().
get_framerate | ( | ) |
get_handler | ( | ) |
Get the preferred handler
Références get_real_type().
Référencé par __construct(), et embed().
get_hash | ( | $key = 0 | ) |
Get a single hash
int $key string|null Hash as per media:hash
, prefixed with "$algo:"
Références $hashes, $key, get_hashes(), et null.
get_hashes | ( | ) |
Get all credits
Référencé par get_hash().
get_keyword | ( | $key = 0 | ) |
Get a single keyword
int | $key |
Références $key, $keywords, get_keywords(), et null.
get_keywords | ( | ) |
Get all keywords
Références $keywords, et null.
Référencé par get_keyword().
get_language | ( | ) |
get_length | ( | ) |
get_medium | ( | ) |
get_player | ( | ) |
get_rating | ( | $key = 0 | ) |
Get a single rating
int | $key |
Références $key, $ratings, get_ratings(), et null.
get_ratings | ( | ) |
Get all ratings
Référencé par get_rating().
get_real_type | ( | $find_handler = false | ) |
Get the real media type
Often, feeds lie to us, necessitating a bit of deeper inspection. This converts types to their canonical representations based on the file extension
bool | $find_handler | Internal use only, use { |
Références $type, elseif, get_extension(), get_type(), et null.
Référencé par embed(), et get_handler().
get_restriction | ( | $key = 0 | ) |
Get a single restriction
int | $key |
Références $key, $restrictions, get_restrictions(), et null.
get_restrictions | ( | ) |
Get all restrictions
Références $restrictions, et null.
Référencé par get_restriction().
get_sampling_rate | ( | ) |
get_size | ( | ) |
Get the file size (in MiB)
Références $length, get_length(), et null.
get_thumbnail | ( | $key = 0 | ) |
Get a single thumbnail
int | $key |
Références $key, $thumbnails, get_thumbnails(), et null.
get_thumbnails | ( | ) |
Get all thumbnails
Références $thumbnails, et null.
Référencé par get_thumbnail().
get_type | ( | ) |
Get mimetype of the enclosure
Référencé par get_real_type().
native_embed | ( | $options = '' | ) |
$bitrate |
Référencé par __construct(), et get_bitrate().
$captions |
Référencé par __construct(), get_caption(), et get_captions().
$categories |
Référencé par __construct(), get_categories(), et get_category().
$channels |
Référencé par __construct(), et get_channels().
$copyright |
Référencé par __construct(), et get_copyright().
$credits |
Référencé par __construct(), get_credit(), et get_credits().
Référencé par __construct(), et get_description().
$duration |
Référencé par __construct(), et get_duration().
$expression |
Référencé par __construct(), et get_expression().
$framerate |
Référencé par __construct(), et get_framerate().
$handler |
Référencé par embed().
$hashes |
Référencé par __construct(), get_hash(), et get_hashes().
Référencé par __construct(), embed(), et get_height().
$javascript |
$keywords |
Référencé par __construct(), get_keyword(), et get_keywords().
$lang |
Référencé par __construct(), et get_language().
$length |
Référencé par __construct(), get_length(), et get_size().
$link |
Référencé par __construct().
$medium |
Référencé par __construct(), et get_medium().
$player |
Référencé par __construct(), et get_player().
$ratings |
Référencé par __construct(), get_rating(), et get_ratings().
$restrictions |
Référencé par __construct(), get_restriction(), et get_restrictions().
$samplingrate |
Référencé par __construct(), et get_sampling_rate().
$thumbnails |
Référencé par __construct(), get_thumbnail(), et get_thumbnails().
Référencé par __construct(), et get_title().
$type |
Référencé par __construct(), embed(), get_real_type(), et get_type().
Référencé par __construct(), embed(), et get_width().