Class BlogController
BlogController
The Blog Controller allows you to CRUD comments of an article.
- Symfony\Bundle\FrameworkBundle\Controller\Controller
-
Jity\HomepageBundle\Controller\BlogController
Namespace: Jity\HomepageBundle\Controller
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Controller
Located at Jity/HomepageBundle/Controller/BlogController.php
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Controller
Located at Jity/HomepageBundle/Controller/BlogController.php
public
Symfony\Component\HttpFoundation\Response
|
|
public
Symfony\Component\HttpFoundation\Response
|
#
createCommentFormAction( mixed $comment = null, mixed $form = null, mixed $action = null, boolean $anonymous = true, boolean $renderFormTag = true, boolean $visible = true )
createCommentFormAction |
public
Symfony\Component\HttpFoundation\Response
|
#
createCommentAction( Symfony\Component\HttpFoundation\Request $request, mixed $id, mixed $anonymous )
createCommentAction |
public
Symfony\Component\HttpFoundation\Response
|
#
deleteCommentAction( Symfony\Component\HttpFoundation\Request $request, mixed $id )
deleteCommentAction |
public
Symfony\Component\HttpFoundation\Response
|
#
deleteCommentFormAction( integer $id, boolean $renderForm = false, string $action = null )
deleteCommentFormAction |
public
Symfony\Component\HttpFoundation\Response
|
#
updateCommentAction( Symfony\Component\HttpFoundation\Request $request, mixed $id )
updateCommentAction |
public
Symfony\Component\HttpFoundation\Response
|