PHP 클래스 Contao\CoreBundle\Controller\FrontendController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
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