You are here

private property Playlist::$imageTypes in MediaFront 7

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

File

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

Class

Playlist
Playlist Class

Code

private $imageTypes = array(
  'jpg',
  'gif',
  'png',
);