You are here

public function OSMTemplate::getSettings in MediaFront 7

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

Return's this templates settings. This function is used to tell the Open Standard Media Player class about your template.

1 call to OSMTemplate::getSettings()
OSMTemplate::__construct in players/osmplayer/player/OSMTemplate.php
Constructor for the OSMTempalate class.
3 methods override OSMTemplate::getSettings()
DefaultTemplate::getSettings in players/osmplayer/player/templates/default/template.php
Return's this templates settings. This function is used to tell the Open Standard Media Player class about your template.
ShockplayerTemplate::getSettings in players/osmplayer/player/templates/shockplayer/template.php
Return's this templates settings. This function is used to tell the Open Standard Media Player class about your template.
SimpleblackTemplate::getSettings in players/osmplayer/player/templates/simpleblack/template.php
Return's this templates settings. This function is used to tell the Open Standard Media Player class about your template.

File

players/osmplayer/player/OSMTemplate.php, line 123

Class

OSMTemplate
Copyright (c) 2010 Alethia Inc, http://www.alethia-inc.com Developed by Travis Tidwell | travist at alethia-inc.com

Code

public function getSettings() {

  // We must have a template derive from this class... set all settings to null.
  return array();
}