PHP Class Backend\Core\Engine\AjaxAction

..
Inheritance: extends Backend\Core\Engine\Base\Object
Afficher le fichier Open project: forkcms/forkcms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

loadConfig() public méthode

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