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 SectionController

SectionController

The Section Controller allows you to list and show sections.

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

indexAction

indexAction

Show a overview of all sections. (Ajax: JSON Response)

Returns

Symfony\Component\HttpFoundation\Response
public Symfony\Component\HttpFoundation\Response
# showAction( integer $id )

showAction

showAction

Finds and displays a Section entity. (Ajax: JSON Response)

Parameters

$id
integer
$id Id of the section to show

Returns

Symfony\Component\HttpFoundation\Response
API documentation generated by ApiGen 2.8.0