Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
a940fbe3
Commit
a940fbe3
authored
Dec 01, 2014
by
Dave Marshall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify docblock
parent
0bce9898
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
src/Silex/Application.php
src/Silex/Application.php
+5
-8
No files found.
src/Silex/Application.php
View file @
a940fbe3
...
@@ -408,15 +408,12 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
...
@@ -408,15 +408,12 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
/**
/**
* Registers a view handler.
* Registers a view handler.
*
*
* View handlers are simple callables which take a single
* View handlers are simple callables which take a controller result and the
* GetResponseForControllerResultEvent as an argument. They care called
* request as arguments, whenever a controller returns a value that is not
* when a controller returns a value that is not an instance of Response.
* an instance of Response. When this occurs, all suitable handlers will be
* called, until one returns a Response object.
*
*
* Call setResponse() to set the response that will be returned for the
* @param mixed $callback View handler callback
* current request. The propagation of this event is stopped as soon as a
* response is set.
*
* @param mixed $callback View handelr callback
* @param integer $priority The higher this value, the earlier an event
* @param integer $priority The higher this value, the earlier an event
* listener will be triggered in the chain (defaults to 0)
* listener will be triggered in the chain (defaults to 0)
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment