コード例 #1
0
ファイル: clock.class.php プロジェクト: fignew/xibo-cms
 /**
  * Gets the Time
  * @return 
  */
 function GetClock()
 {
     $db =& $this->db;
     $response = new ResponseManager();
     $output = DateManager::GetClock();
     $response->SetFormRequestResponse($output, __('Date / Time Information'), '480px', '240px');
     $response->clockUpdate = true;
     $response->success = false;
     $response->Respond();
 }