Changeset 18989


Ignore:
Timestamp:
2010/11/06 20:26:39 (12 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

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

    r18988 r18989  
    22class SC_Response{ 
    33     
     4    /** 
     5     *  
     6     * @var HTTP_Response 
     7     */ 
    48    var $http; 
    5      
     9    /** 
     10     * コンテンツタイプ 
     11     * Enter description here ... 
     12     * @var unknown_type 
     13     */ 
    614    var $contentType; 
    715    var $header; 
    816    var $body; 
     17    var $header = array(); 
     18     
     19     
     20    /** 
     21     *  
     22     * Enter description here ... 
     23     */ 
     24    var $encoding; 
    925     
    1026    function SC_Response(){ 
    1127        $this->http = new HTTP_Response(); 
    12          
    13          
    14          
    1528    } 
    1629     
    1730    function response(){ 
    18                      
     31                           
    1932    } 
    2033     
Note: See TracChangeset for help on using the changeset viewer.