PHP Класс Contao\BackendSwitch

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

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

Метод Описание
__construct ( ) Initialize the controller
run ( ) : Response Run the controller and parse the template

Защищенные методы

Метод Описание
getDatalistOptions ( ) Find ten matching usernames and return them as JSON

Приватные методы

Метод Описание
disableProfiler ( ) Disable the profile

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

__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 ( )

getDatalistOptions() защищенный Метод

Find ten matching usernames and return them as JSON
protected getDatalistOptions ( )

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

Run the controller and parse the template
public run ( ) : Response
Результат Symfony\Component\HttpFoundation\Response