PHP 클래스 Contao\BackendPopup

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

보호된 프로퍼티들

프로퍼티 타입 설명
$strFile string File

공개 메소드들

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

메소드 상세

__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 and parse the template
public run ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

프로퍼티 상세

$strFile 보호되어 있는 프로퍼티

File
protected string $strFile
리턴 string