Changeset 19071 for branches/camp/camp-2_5-E/data/class/SC_Response.php
- Timestamp:
- 2010/11/06 21:58:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Response.php
r19070 r19071 28 28 29 29 function response(){ 30 30 31 31 } 32 32 … … 35 35 } 36 36 37 function setResponseCode(int $code) 38 { 37 function setResponseCode(int $code){ 39 38 40 39 } 41 40 42 function setResposeBody(String $body) 43 { 41 function setResposeBody(String $body){ 44 42 45 43 }
Note: See TracChangeset
for help on using the changeset viewer.
