PHP 클래스 Contao\BackendConfirm

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

공개 메소드들

메소드 설명
__construct ( ) Initialize the controller
run ( ) : Response Run the controller

메소드 상세

__construct() 공개 메소드

1. Import the user 2. Call the parent constructor 3. Authenticate the user 4. Load the language files DO NOT CHANGE THIS ORDER!
public __construct ( )

run() 공개 메소드

Run the controller
public run ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response