Hi all,

I know that some of you are not comfortable with the public properties we have in Request and Response. These are the only examples of public properties in the framework:

Request:

$attributes
$request
$query
$server
$cookies
$headers

Response:

$headers

Instead of public properties, we can convert them into proper getters:

getAttributes(), getQuery(), getHeaders(), ...

If we do that, we should probably add proxy methods for common usage:

$request->getQueryParam(), $request->getRequestParam(), ...
$response->setCookie(), $response->setHeader()

What do you think?

Fabien

--
Fabien Potencier
Sensio CEO - Symfony lead developer
sensiolabs.com | symfony.com | fabien.potencier.org
Tél: +33 1 40 99 80 80

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to