Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Create Request::create and Response::__constructor methods. #54

Open
yourwebmaker opened this issue Mar 23, 2016 · 1 comment
Open

Create Request::create and Response::__constructor methods. #54

yourwebmaker opened this issue Mar 23, 2016 · 1 comment

Comments

@yourwebmaker
Copy link

Symfony has a create factory method that helps users a lot when we're creating new requests. Also it has a simple Response constructor that simplify the object creation.

These allows us to reduce the number of setter calls and keep our client code clean.

Is there any chance to have like the aforementioned ones?

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-http; a new issue has been opened at laminas/laminas-http#20.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants