|
|
|
The Backend is mainly coordinated by the [Frontend_Request_Handler](Frontend_Request_Handler) which can be easily replaced.
|
|
|
|
<br>
|
|
|
|
1. Create your class which implements [Frontend_Request](Frontend_Request)
|
|
|
|
2. Change the method "get_frh" in the class [Frontend_Communication_Data](Frontend_Communication_Data) so that it returns your Method instead |