You are here

public function OSMPlayer::getPrefix in MediaFront 7

Same name and namespace in other branches
  1. 6.2 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getPrefix()
  2. 6 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getPrefix()

Returns the current prefix of the player.

File

players/osmplayer/player/OSMPlayer.php, line 294

Class

OSMPlayer
PHP wrapper class for the Open Standard Media (OSM) player.

Code

public function getPrefix() {
  return $this->settings['prefix'];
}