|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilExternalMediaAnalyzer:Static Public Member Functions | |
| static | isYouTube (string $a_location) |
| Identify YouTube links. More... | |
| static | extractYouTubeParameters (string $a_location) |
| Extract YouTube Parameter. More... | |
| static | isFlickr (string $a_location) |
| Identify Flickr links. More... | |
| static | extractFlickrParameters (string $a_location) |
| Extract Flickr Parameter. More... | |
| static | isGoogleVideo (string $a_location) |
| Identify GoogleVideo links. More... | |
| static | extractGoogleVideoParameters (string $a_location) |
| Extract GoogleVideo Parameter. More... | |
| static | isVimeo (string $a_location) |
| Identify Vimeo links. More... | |
| static | extractVimeoParameters (string $a_location) |
| Extract Vimeo Parameter. More... | |
| static | getVimeoMetadata (string $vid) |
| static | getYoutubeMetadata (string $vid) |
| static | isGoogleDocument (string $a_location) |
| Identify Google Document links. More... | |
| static | extractGoogleDocumentParameters (string $a_location) |
| Extract GoogleDocument Parameter. More... | |
| static | extractUrlParameters (string $a_location, array $a_parameter) |
| Extract URL information to parameter array. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Analyzes external media locations and extracts important information into parameter field.
Definition at line 25 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 238 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Extract GoogleVideo Parameter.
Definition at line 133 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 272 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 165 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaItem\determineDuration(), ilObjMediaObject\getExternalMetadata(), ilMediaItem\getLocationSrc(), and ilObjMediaObject\getXML().
Here is the caller graph for this function:
|
static |
Extract YouTube Parameter.
Definition at line 44 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters(), and ilMediaItem\getLocationSrc().
Here is the caller graph for this function:
|
static |
Definition at line 181 of file class.ilExternalMediaAnalyzer.php.
References $r.
Referenced by ilMediaItem\determineDuration(), and ilObjMediaObject\getExternalMetadata().
Here is the caller graph for this function:
|
static |
Definition at line 202 of file class.ilExternalMediaAnalyzer.php.
References $r.
Referenced by ilObjMediaObject\getExternalMetadata().
Here is the caller graph for this function:
|
static |
Identify Flickr links.
Definition at line 68 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify Google Document links.
Definition at line 225 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify GoogleVideo links.
Definition at line 120 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function:
|
static |
Identify Vimeo links.
Definition at line 152 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaItem\determineDuration(), and ilObjMediaObject\getExternalMetadata().
Here is the caller graph for this function:
|
static |
Identify YouTube links.
Definition at line 30 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
Here is the caller graph for this function: