PHP Класс Contao\CoreBundle\Controller\FrontendController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
cronAction ( ) : Response Runs the command scheduler.
indexAction ( ) : Response Runs the main front end controller.
shareAction ( ) : RedirectResponse Renders the content syndication dialog.

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

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

Runs the command scheduler.
public cronAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

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

Runs the main front end controller.
public indexAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

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

Renders the content syndication dialog.
public shareAction ( ) : RedirectResponse
Результат Symfony\Component\HttpFoundation\RedirectResponse