public function OSMPlayer::getId in MediaFront 6
Same name and namespace in other branches
- 6.2 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getId()
- 7 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getId()
Returns the current id of the player.
1 call to OSMPlayer::getId()
- OSMPlayer::getPlayerJS in players/
osmplayer/ player/ OSMPlayer.php - Returns the javascript to add the player to the page.
File
- players/
osmplayer/ player/ OSMPlayer.php, line 279
Class
- OSMPlayer
- PHP wrapper class for the Open Standard Media (OSM) player.
Code
public function getId() {
return $this->settings['id'];
}