We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28571fc commit 3e98b3aCopy full SHA for 3e98b3a
book/controller.rst
@@ -4,7 +4,7 @@
4
Controller
5
==========
6
7
-A controller is a PHP function you create that takes information from the
+A controller is a PHP callable you create that takes information from the
8
HTTP request and constructs and returns an HTTP response (as a Symfony
9
``Response`` object). The response could be an HTML page, an XML document,
10
a serialized JSON array, an image, a redirect, a 404 error or anything else
0 commit comments