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
32892d5f
Commit
32892d5f
authored
Apr 13, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove comments about chainable methods (fluent interface was removed)
parent
5b1a28cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/Silex/Application.php
src/Silex/Application.php
+0
-6
No files found.
src/Silex/Application.php
View file @
32892d5f
...
...
@@ -177,8 +177,6 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
*
* Before filters are run before any route has been matched.
*
* This method is chainable.
*
* @param mixed $callback Before filter callback
*/
public
function
before
(
$callback
)
...
...
@@ -191,8 +189,6 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
*
* After filters are run after the controller has been executed.
*
* This method is chainable.
*
* @param mixed $callback After filter callback
*/
public
function
after
(
$callback
)
...
...
@@ -213,8 +209,6 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
*
* For this reason you should add logging handlers before output handlers.
*
* This method is chainable.
*
* @param mixed $callback Error handler callback, takes an Exception argument
*/
public
function
error
(
$callback
)
...
...
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