|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Analyzes external media locations and extracts important information into parameter field. More...
Collaboration diagram for ilExternalMediaAnalyzer:Static Public Member Functions | |
| static | isYouTube ($a_location) |
| Identify YouTube links. More... | |
| static | extractYouTubeParameters ($a_location) |
| Extract YouTube Parameter. More... | |
| static | isFlickr ($a_location) |
| Identify Flickr links. More... | |
| static | extractFlickrParameters ($a_location) |
| Extract Flickr Parameter. More... | |
| static | isGoogleVideo ($a_location) |
| Identify GoogleVideo links. More... | |
| static | extractGoogleVideoParameters ($a_location) |
| Extract GoogleVideo Parameter. More... | |
| static | isVimeo ($a_location) |
| Identify Vimeo links. More... | |
| static | extractVimeoParameters ($a_location) |
| Extract Vimeo Parameter. More... | |
| static | isGoogleDocument ($a_location) |
| Identify Google Document links. More... | |
| static | extractGoogleDocumentParameters ($a_location) |
| Extract GoogleDocument Parameter. More... | |
| static | extractUrlParameters ($a_location, $a_parameter) |
| Extract URL information to parameter array. More... | |
Analyzes external media locations and extracts important information into parameter field.
Definition at line 33 of file class.ilExternalMediaAnalyzer.php.
|
static |
Extract Flickr Parameter.
Definition at line 86 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Extract GoogleDocument Parameter.
Definition at line 201 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Extract GoogleVideo Parameter.
Definition at line 139 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Extract URL information to parameter array.
Definition at line 237 of file class.ilExternalMediaAnalyzer.php.
References extractFlickrParameters(), extractGoogleDocumentParameters(), extractGoogleVideoParameters(), extractYouTubeParameters(), isFlickr(), isGoogleDocument(), isGoogleVideo(), and isYouTube().
Referenced by ilMediaItem\extractUrlParameters().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Extract Vimeo Parameter.
Definition at line 170 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaPlayerGUI\getMp3PlayerHtml().
Here is the caller graph for this function:
|
static |
Extract YouTube Parameter.
Definition at line 51 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters(), and ilMediaPlayerGUI\getMp3PlayerHtml().
Here is the caller graph for this function:
|
static |
Identify Flickr links.
Definition at line 74 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify Google Document links.
Definition at line 189 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify GoogleVideo links.
Definition at line 127 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify Vimeo links.
Definition at line 158 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaPlayerGUI\getMp3PlayerHtml().
Here is the caller graph for this function:
|
static |
Identify YouTube links.
Definition at line 38 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters(), and ilMediaPlayerGUI\getMp3PlayerHtml().
Here is the caller graph for this function: