Changeset 19134


Ignore:
Timestamp:
2010/11/06 22:42:49 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

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

    r19133 r19134  
    8686 
    8787 
    88     function setContentLength(int $length){ 
    89        
    90     } 
    91  
    92  
    9388    function setContentType(String $contentType){ 
    9489        $this->header['Content-Type'] = $contentType; 
    95     } 
    96  
    97     function setResponseCode(int $code){ 
    98  
    9990    } 
    10091 
Note: See TracChangeset for help on using the changeset viewer.