PHP Class Contao\CoreBundle\Controller\FrontendController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
cronAction ( ) : Response Runs the command scheduler.
indexAction ( ) : Response Runs the main front end controller.
shareAction ( ) : RedirectResponse Renders the content syndication dialog.

Method Details

cronAction() public méthode

Runs the command scheduler.
public cronAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

indexAction() public méthode

Runs the main front end controller.
public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

shareAction() public méthode

Renders the content syndication dialog.
public shareAction ( ) : RedirectResponse
Résultat Symfony\Component\HttpFoundation\RedirectResponse