PHP RestBundle\Form Namespace

Classes

Name Description
CommentRestType Defines the form used to create and manipulate blog comments. Although in this case the form is trivial and we could build it inside the controller, a good practice is to always define your forms as classes.
PostRestType