Skip to content

Add send_ajax_response() to Output Class documentation #708

@RK311y

Description

@RK311y

Suggested Change

Add documentation for the send_ajax_response() method in the Output Class documentation.

Reasoning

Add details about this available method to developers.

Example:

$output = array(
    'this' => 'that',
    'foo' => 'bar'
);
ee()->output->send_ajax_response($output);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions