Changeset 1457

Show
Ignore:
Timestamp:
03/24/08 13:29:45 (7 months ago)
Author:
mikey
Message:

fix constructor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/processors/stubProcessor.php

    r1441 r1457  
    2323     * constructor 
    2424     * 
    25      * @param  stubRequest      $request      the current request 
    26      * @param  stubSession      $session      the current session 
    27      * @param  stubResponse     $response     the current response 
    28      * @param  stubPageFactory  $pageFactory  page factory to use to read the page configuration 
     25     * @param  stubRequest   $request   the current request 
     26     * @param  stubSession   $session   the current session 
     27     * @param  stubResponse  $response  the current response 
    2928     */ 
    30     #public function __construct(stubRequest $request, stubSession $session, , stubResponse $response, stubPageFactory $pageFactory); 
     29    #public function __construct(stubRequest $request, stubSession $session, , stubResponse $response); 
    3130 
    3231    /**