Overview

Namespaces

  • Jity
    • HomepageBundle
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
        • Compiler
        • Service
          • Controller
      • Doctrine
        • Extension
          • DBAL
            • Types
      • Entity
      • EventListener
      • Form
        • Extension
      • Tests
        • Controller
      • Twig
        • Extension
  • PHP

Classes

  • AdminController
  • ArticleController
  • AuthorController
  • BlogController
  • CategoryController
  • DebugController
  • DefaultController
  • EditorController
  • PageController
  • SectionController
  • SecurityController
  • SidebarController
  • TagController
  • UserController
  • Overview
  • Namespace
  • Class
  • Tree

Class SidebarController

SidebarController

The Sidebar Controller allows you to CRUD sidebars.

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by Jity\HomepageBundle\Controller\SidebarController
Namespace: Jity\HomepageBundle\Controller
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Controller
Located at Jity/HomepageBundle/Controller/SidebarController.php
Methods summary
public Response
# indexAction( )

indexAction

indexAction

Show a overview of all sidebars.

Returns

Response
public Response
# showAction( integer $id )

showAction

showAction

Finds and displays a Sidebar entity.

Parameters

$id
integer
$id Id of the sidebar to show

Returns

Response
public Response
# newAction( )

newAction

newAction

Displays a form to create a new Article entity.

Returns

Response
public Response
# createAction( Symfony\Component\HttpFoundation\Request $request )

createAction

createAction

Creates a new Sidebar entity.

Parameters

$request
Symfony\Component\HttpFoundation\Request
$request Request Object

Returns

Response
public Response
# editAction( mixed $id )

editAction

editAction

Displays a form to edit an existing Sidebar entity.

Parameters

$id
mixed
$id Id of the sidebar to edit

Returns

Response
public Response
# updateAction( Symfony\Component\HttpFoundation\Request $request, integer $id )

updateAction

updateAction

Edits an existing Sidebar entity.

Parameters

$request
Symfony\Component\HttpFoundation\Request
$request Request Object
$id
integer
$id Id of the article to update

Returns

Response
public Response
# deleteAction( Symfony\Component\HttpFoundation\Request $request, integer $id )

deleteAction

deleteAction

Deletes a Sidebar entity.

Parameters

$request
Symfony\Component\HttpFoundation\Request
$request Request Object
$id
integer
$id Id of the sidebar to remove

Returns

Response
API documentation generated by ApiGen 2.8.0