PHP Класс Backend\Core\Engine\AjaxAction

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

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

Метод Описание
execute ( ) : Response Execute the action We will build the classname, require the class and call the execute method.
loadConfig ( ) Load the config file for the requested module.

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

execute() публичный метод

Execute the action We will build the classname, require the class and call the execute method.
public execute ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

loadConfig() публичный метод

In the config file we have to find disabled actions, the constructor will read the folder and set possible actions Other configurations will be stored in it also.
public loadConfig ( )