location = $location."/daVinciIS.dll?"; $this->serverID = $serverID; } public function setCredentials($json,$location,$serverID) { $this->error = true; $this->errormsg = "This class is just a place holder"; //Davinci doesn't have credentials } public function getCredentials(){ $return = array(); return $return; } public function getDisplayName(){ return'Davinci'; } public function getCacheTime(){ return 0; } public function getRefreshTime(){ return 0; } public function fetchSchedulesInternal($roomId){ } } ?>