PHP Class Backend\Core\Engine\AjaxAction

..
Inheritance: extends Backend\Core\Engine\Base\Object
Datei anzeigen Open project: forkcms/forkcms Class Usage Examples

Public Methods

Method Description
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.

Method Details

execute() public method

Execute the action We will build the classname, require the class and call the execute method.
public execute ( ) : Response
return Symfony\Component\HttpFoundation\Response

loadConfig() public method

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