Public Member Functions | |
__construct () | |
getHtml () | |
getHtmlLink ($blNewPage=true) | |
getLink () | |
delete ($sOXID=null) | |
Protected Member Functions | |
_getYoutubeHtml () | |
Protected Attributes | |
$_sClassName = 'oxmediaurls' |
Media URL handler
Definition at line 7 of file oxmediaurl.php.
oxMediaUrl.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 19 of file oxmediaurl.php.
oxMediaUrl._getYoutubeHtml | ( | ) | [protected] |
Transforms the link to YouTube object, and returns it.
Definition at line 102 of file oxmediaurl.php.
oxMediaUrl.delete | ( | $ | sOXID = null |
) |
Deletes record and unlinks the file
string | $sOXID Object ID(default null) |
Reimplemented from oxI18n.
Definition at line 85 of file oxmediaurl.php.
oxMediaUrl.getHtml | ( | ) |
Return HTML code depending on current URL
Definition at line 30 of file oxmediaurl.php.
oxMediaUrl.getHtmlLink | ( | $ | blNewPage = true |
) |
Returns simple HTML link
bool | $blNewPage Whether to open link in new window (adds target=_blank to link) |
Definition at line 49 of file oxmediaurl.php.
oxMediaUrl.getLink | ( | ) |
oxMediaUrl.$_sClassName = 'oxmediaurls' [protected] |
Reimplemented from oxI18n.
Definition at line 14 of file oxmediaurl.php.