PHP Класс Sulu\Bundle\AdminBundle\Controller\ContentNavigationController

Наследование: implements FOS\RestBundle\Routing\ClassResourceInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Sulu\Bundle\AdminBundle\Navigation\ContentNavigationRegistryInterface $contentNavigationRegistry, FOS\RestBundle\View\ViewHandlerInterface $viewHandler )
cgetAction ( Request $request ) : Response Returns all the content navigation items for a given alias.

Описание методов

__construct() публичный Метод

public __construct ( Sulu\Bundle\AdminBundle\Navigation\ContentNavigationRegistryInterface $contentNavigationRegistry, FOS\RestBundle\View\ViewHandlerInterface $viewHandler )
$contentNavigationRegistry Sulu\Bundle\AdminBundle\Navigation\ContentNavigationRegistryInterface
$viewHandler FOS\RestBundle\View\ViewHandlerInterface

cgetAction() публичный Метод

Returns all the content navigation items for a given alias.
public cgetAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
Результат Symfony\Component\HttpFoundation\Response