Changeset 217 for trunk/Phergie/Event/Response.php
- Timestamp:
- 04/08/08 01:57:38 (8 months ago)
- Files:
-
- trunk/Phergie/Event/Response.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Event/Response.php
r215 r217 857 857 * @param string $code 858 858 */ 859 public function setCode($code) 859 public function setCode($code) 860 860 { 861 861 $this->code = $code; … … 867 867 * @return string 868 868 */ 869 public function getCode() 869 public function getCode() 870 870 { 871 871 return $this->code; … … 877 877 * @param string $description 878 878 */ 879 public function setDescription($description) 879 public function setDescription($description) 880 880 { 881 881 $this->description = $description; … … 887 887 * @return string 888 888 */ 889 public function getDescription() 889 public function getDescription() 890 890 { 891 891 return $this->description; … … 898 898 * @return void 899 899 */ 900 public function setRawBuffer($buffer) 900 public function setRawBuffer($buffer) 901 901 { 902 902 $this->rawBuffer = $buffer; … … 908 908 * @return string 909 909 */ 910 public function getRawBuffer() 910 public function getRawBuffer() 911 911 { 912 912 return $this->rawBuffer;