Changeset 19005


Ignore:
Timestamp:
2010/11/06 20:44:19 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19004 r19005  
    1414     */ 
    1515     
    16     function SC_Display(){ 
     16    function SC_Display($autoGenerateHttpHeaders = false){ 
    1717        require_once(CLASS_EX_PATH."/SC_Response_Ex.php"); 
    1818        $this->response = new SC_Response_Ex(); 
     
    3030    } 
    3131     
     32    /** 
     33     * デバイス毎の出力方法を自動で変更する、ファサード 
     34     * Enter description here ... 
     35     */ 
    3236    function setDevice(){ 
    33          
     37       
    3438    } 
    3539 
Note: See TracChangeset for help on using the changeset viewer.