When all is done, the front controller returns a response.
Wenn alles erledigt ist, gibt der Front-Controller eine Antwort zurück.
Other results
You may also have the front controller return the response using returnResponse(), and then render the response using your own logic.
Man kann den Front Controller auch auffordern, die Antwort durch returnResponse() zurückzugeben und die Antwort dann auf eigene Weise ausgeben.
To easily allow unit testing or to be able to redirect the front controller's output for any other purpose the front controller now returns the generated HTML core calling the start() method rather than flushing it directly. Thus, the PHP-Code
Um Unit-Testing zu ermöglichen oder die Ausgabe anderweitig umleiten zu können, wurde der Front-Controller so angepasst, dass die Ausgabe nicht direkt in der Methode start() vorgenommen wird, sondern der generierte Inhalt wie beim Page-Controller (vgl. transform()) zurückgegeben wird.
returnResponse($flag) is used to tell the front controller whether to return the response (true) from dispatch(), or if the response should be automatically emitted (false).
returnResponse($flag) stellt ein, ob die Antwort nach dispatch() vom Front-Controller zurückgegeben werden soll (TRUE) oder ob er sie automatisch ausgibt (FALSE).
returnresponse: whether or not to return the response object after dispatching the front controller.
returnresponse: Ob das Response Objekt nach dem Dispatchen des Front Controllers zurückgegeben wird oder nicht.
By default, the front controller enables the ViewRenderer action helper.
Standardmäßig aktiviert der Front Controller den Aktion Helfer des ViewRenderer's.
Plugins may be registered at any time during the front controller execution.
Plugins können jederzeit wärend der Ausführung des Frontkontrollers registriert werden.
The Frame property of a controller returns a main frame for a document.
Die Property Frame eines Controllers ergibt den Hauptframe für ein Dokument.
For this reason, application is also called front-controller.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.