You are here

public function OSMPlayer::getId in MediaFront 7

Same name and namespace in other branches
  1. 6.2 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getId()
  2. 6 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'];
}