FinderControllerIndexer::sendResponse
Method to handle a send a JSON response. The body parameter can be a Exception object for when an error has occurred or a JObject for a good response.
Signature
public function sendResponse([mixed
$data = null] )
Parameters
-
$data
- JObject on success, Exception on error. [optional]
Returns
- void