Changeset 19102


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

Legend:

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

    r19101 r19102  
    2929 
    3030    function response(){ 
    31      
     31 
    3232    } 
    33      
     33 
     34    function sendHeader(){ 
     35        foreach ($this->header as $head){ 
     36 
     37        } 
     38    } 
     39 
    3440 
    3541    function setContentLength(int $length){ 
    36      
     42 
    3743    } 
    3844 
    3945 
    4046    function setContentType(String $contentType){ 
    41       $this->header['Content-Type'] = $contentType; 
     47        $this->header['Content-Type'] = $contentType; 
    4248    } 
    4349 
     
    5157 
    5258    function addDateHdeader(String $name, $date){ 
    53        
     59 
    5460    } 
    5561    function addHeader(String $name, $value){ 
     
    6268 
    6369    function sendError(int $errorcode){ 
    64          
     70 
    6571    } 
    6672 
Note: See TracChangeset for help on using the changeset viewer.