Assembla home | Assembla project page
 
Show
Ignore:
Timestamp:
04/08/08 01:57:38 (8 months ago)
Author:
Slynderdale
Message:

Some final clean up.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Event/Response.php

    r215 r217  
    857857     * @param string $code 
    858858     */ 
    859     public function setCode($code)  
     859    public function setCode($code) 
    860860    { 
    861861        $this->code = $code; 
     
    867867     * @return string 
    868868     */ 
    869     public function getCode()  
     869    public function getCode() 
    870870    { 
    871871        return $this->code; 
     
    877877     * @param string $description 
    878878     */ 
    879     public function setDescription($description)  
     879    public function setDescription($description) 
    880880    { 
    881881        $this->description = $description; 
     
    887887     * @return string 
    888888     */ 
    889     public function getDescription()  
     889    public function getDescription() 
    890890    { 
    891891        return $this->description; 
     
    898898     * @return void 
    899899     */ 
    900     public function setRawBuffer($buffer)  
     900    public function setRawBuffer($buffer) 
    901901    { 
    902902        $this->rawBuffer = $buffer; 
     
    908908     * @return string 
    909909     */ 
    910     public function getRawBuffer()  
     910    public function getRawBuffer() 
    911911    { 
    912912        return $this->rawBuffer;