Ignore:
Timestamp:
2010/11/06 21:57:08 (16 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

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

    r19066 r19067  
    11<?php 
    22class SC_Response{ 
    3      
     3 
    44    /** 
    5      *  
     5     * 
    66     * @var HTTP_Response 
    77     */ 
     
    1616    var $body; 
    1717    var $header = array(); 
    18      
     18 
    1919    /** 
    20      *  
     20     * 
    2121     * Enter description here ... 
    2222     */ 
    2323    var $encoding; 
    24      
     24 
    2525    function SC_Response(){ 
    2626        $this->http = new HTTP_Response(); 
    2727    } 
    28      
     28 
    2929    function response(){ 
    3030 
    31          
     31 
    3232    } 
    33      
     33 
    3434    function setContentType(String $contentType) 
    3535    { 
    36            
     36 
    3737    } 
    38      
     38 
    3939    function setResponseCode() 
    4040    { 
    41          
     41 
    4242    } 
    43      
     43 
    4444    function setResposeBody(String $body) 
    4545    { 
    46          
     46 
    4747    } 
    48      
    49      
    50        
     48 
     49 
     50 
    5151} 
Note: See TracChangeset for help on using the changeset viewer.