handlePluginAJAX()
public function handlePluginAJAX() { //...your PHP code...// }
You can write this method to handle any AJAX requests from the link generated by the pluginAJAXLink() function.
In your pluggable modules, from Zenario 7.0 onwards.
No return value is needed.