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