|
ILIAS
Release_4_0_x_branch Revision 61816
|
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. | |
| 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 | 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:
|
static |
Extract GoogleDocument Parameter.
Definition at line 165 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
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:
|
static |
Extract URL information to parameter array.
Definition at line 201 of file class.ilExternalMediaAnalyzer.php.
References $name, extractFlickrParameters(), extractGoogleDocumentParameters(), extractGoogleVideoParameters(), extractYouTubeParameters(), isFlickr(), isGoogleDocument(), isGoogleVideo(), and isYouTube().
Here is the call graph for this function:
|
static |
Extract YouTube Parameter.
Definition at line 50 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
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:
|
static |
Identify Google Document links.
Definition at line 153 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
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:
|
static |
Identify YouTube links.
Definition at line 38 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function: