@@ -458,7 +458,7 @@ discard block |
||
458 | 458 | /** |
459 | 459 | * Get the view renderer |
460 | 460 | * |
461 | - * @return Jaxon\Utils\View\Renderer |
|
461 | + * @return Utils\View\Renderer |
|
462 | 462 | */ |
463 | 463 | public function view() |
464 | 464 | { |
@@ -468,7 +468,7 @@ discard block |
||
468 | 468 | /** |
469 | 469 | * Get the session manager |
470 | 470 | * |
471 | - * @return Jaxon\Contracts\Session |
|
471 | + * @return Contracts\Session |
|
472 | 472 | */ |
473 | 473 | public function session() |
474 | 474 | { |
@@ -137,6 +137,7 @@ discard block |
||
137 | 137 | * This is the pre-request processing callback passed to the Jaxon library. |
138 | 138 | * |
139 | 139 | * @param boolean &$bEndRequest if set to true, the request processing is interrupted. |
140 | + * @param boolean $bEndRequest |
|
140 | 141 | * |
141 | 142 | * @return Jaxon\Response\Response the Jaxon response |
142 | 143 | */ |
@@ -165,6 +166,7 @@ discard block |
||
165 | 166 | /** |
166 | 167 | * This callback is called whenever an invalid request is processed. |
167 | 168 | * |
169 | + * @param string $sMessage |
|
168 | 170 | * @return Jaxon\Response\Response the Jaxon response |
169 | 171 | */ |
170 | 172 | public function onInvalid($sMessage) |