|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 81 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Extract GoogleDocument Parameter.
Definition at line 188 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Extract GoogleVideo Parameter.
Definition at line 130 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 220 of file class.ilExternalMediaAnalyzer.php.
References $name, 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 159 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaPlayerGUI\getMp3PlayerHtml().
Here is the caller graph for this function:
|
static |
Extract YouTube Parameter.
Definition at line 50 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 70 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify Google Document links.
Definition at line 177 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify GoogleVideo links.
Definition at line 119 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify Vimeo links.
Definition at line 148 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: