You are here

public function OSMPlayer::setSessionId in MediaFront 7

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

Set's the current session id for this player.

File

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

Class

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

Code

public function setSessionId($sessid) {
  $this->settings['sessid'] = $sessid;
}