| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Analyzes external media locations and extracts important information into parameter field. More...
 Collaboration diagram for ilExternalMediaAnalyzer:
 Collaboration diagram for ilExternalMediaAnalyzer:| Static Public Member Functions | |
| static | isYouTube ($a_location) | 
| Identify YouTube links. | |
| static | extractYouTubeParameters ($a_location) | 
| Extract YouTube Parameter. | |
| static | isFlickr ($a_location) | 
| Identify Flickr links. | |
| static | extractFlickrParameters ($a_location) | 
| Extract Flickr Parameter. | |
| static | isGoogleVideo ($a_location) | 
| Identify GoogleVideo links. | |
| static | extractGoogleVideoParameters ($a_location) | 
| Extract GoogleVideo Parameter. | |
| static | isVimeo ($a_location) | 
| Identify Vimeo links. | |
| static | extractVimeoParameters ($a_location) | 
| Extract Vimeo Parameter. | |
| static | isGoogleDocument ($a_location) | 
| Identify Google Document links. | |
| static | extractGoogleDocumentParameters ($a_location) | 
| Extract GoogleDocument Parameter. | |
| static | extractUrlParameters ($a_location, $a_parameter) | 
| Extract URL information to parameter array. | |
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:
 Here is the caller graph for this function:| 
 | static | 
Extract GoogleDocument Parameter.
Definition at line 196 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Extract GoogleVideo Parameter.
Definition at line 134 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Extract URL information to parameter array.
Definition at line 232 of file class.ilExternalMediaAnalyzer.php.
References extractFlickrParameters(), extractGoogleDocumentParameters(), extractGoogleVideoParameters(), extractYouTubeParameters(), isFlickr(), isGoogleDocument(), isGoogleVideo(), and isYouTube().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Extract Vimeo Parameter.
Definition at line 165 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaPlayerGUI\getMp3PlayerHtml().
 Here is the caller graph for this function:
 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:
 Here is the caller graph for this function:| 
 | static | 
Identify Flickr links.
Definition at line 69 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Identify Google Document links.
Definition at line 184 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Identify GoogleVideo links.
Definition at line 122 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Identify Vimeo links.
Definition at line 153 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaPlayerGUI\getMp3PlayerHtml().
 Here is the caller graph for this function:
 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:
 Here is the caller graph for this function: