You are here

public function Playlist::setImageTypes in MediaFront 7

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

Allows you to set the image types used by this class when searching for image files.

Parameters

- An array of extensions to look for when searching for image files.:

File

players/osmplayer/player/playlist/Playlist.php, line 149

Class

Playlist
Playlist Class

Code

public function setImageTypes($_imageTypes) {
  $this->imageTypes = $_imageTypes;
}