interface CommandInterface (View source)

AJAX command interface.

All AJAX commands passed to AjaxResponse objects should implement these methods.

Methods

render()

Return an array to be run through json_encode and sent to the client.

Details

render()

Return an array to be run through json_encode and sent to the client.