ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
|
static |
Extract GoogleDocument Parameter.
Definition at line 238 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
|
static |
Extract GoogleVideo Parameter.
Definition at line 133 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
|
static |
Extract URL information to parameter array.
Definition at line 272 of file class.ilExternalMediaAnalyzer.php.
References $name, extractFlickrParameters(), extractGoogleDocumentParameters(), extractGoogleVideoParameters(), extractYouTubeParameters(), isFlickr(), isGoogleDocument(), isGoogleVideo(), and isYouTube().
Referenced by ilMediaItem\extractUrlParameters().
|
static |
Extract Vimeo Parameter.
Definition at line 165 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaItem\determineDuration(), and ilObjMediaObject\getExternalMetadata().
|
static |
Extract YouTube Parameter.
Definition at line 44 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters(), and ilMediaPlayerGUI\getMp3PlayerHtml().
|
static |
Definition at line 181 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaItem\determineDuration(), and ilObjMediaObject\getExternalMetadata().
|
static |
Definition at line 202 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilObjMediaObject\getExternalMetadata().
|
static |
Identify Flickr links.
Definition at line 68 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
|
static |
Identify Google Document links.
Definition at line 225 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
|
static |
Identify GoogleVideo links.
Definition at line 120 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters().
|
static |
Identify Vimeo links.
Definition at line 152 of file class.ilExternalMediaAnalyzer.php.
Referenced by ilMediaItem\determineDuration(), ilObjMediaObject\getExternalMetadata(), and ilMediaPlayerGUI\getMp3PlayerHtml().
|
static |
Identify YouTube links.
Definition at line 30 of file class.ilExternalMediaAnalyzer.php.
Referenced by extractUrlParameters(), and ilMediaPlayerGUI\getMp3PlayerHtml().