Definition at line 7 of file oxmediaurl.php.
Public Member Functions | |
__construct () | |
getHtml () | |
getHtmlLink ($blNewPage=false) | |
delete ($sOXID=null) | |
Protected Member Functions | |
_getYoutubeHtml () | |
Protected Attributes | |
$_sClassName = 'oxmediaurls' |
oxMediaUrl.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 19 of file oxmediaurl.php.
oxMediaUrl.getHtml | ( | ) |
Return HTML code depending on current URL
Definition at line 30 of file oxmediaurl.php.
oxMediaUrl.getHtmlLink | ( | $ | blNewPage = false |
) |
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.delete | ( | $ | sOXID = null |
) |
Deletes record and unlinks the file
string | $sOXID Object ID(default null) |
Reimplemented from oxBase.
Definition at line 67 of file oxmediaurl.php.
oxMediaUrl._getYoutubeHtml | ( | ) | [protected] |
Transforms the link to YouTube object, and returns it.
Definition at line 83 of file oxmediaurl.php.
oxMediaUrl.$_sClassName = 'oxmediaurls' [protected] |