Show
Ignore:
Timestamp:
03/30/08 16:34:02 (3 months ago)
Author:
mikey
Message:

changed param order: version is more likely to be set then sapi
added support reasonPhrase in status codes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/ipo/response/stubResponse.php

    r1471 r1478  
    4646     * should be send. 
    4747     * 
    48      * @param  int  $statusCode 
     48     * @param  int     $statusCode 
     49     * @param  string  $reasonPhrase  optional 
    4950     */ 
    50     public function setStatusCode($statusCode); 
     51    public function setStatusCode($statusCode, $reasonPhrase = null); 
    5152 
    5253    /**