public function Playlist::setImageTypes in MediaFront 7
Same name and namespace in other branches
- 6.2 players/osmplayer/player/playlist/Playlist.php \Playlist::setImageTypes()
- 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;
}