class GetUntransformedTextCommand extends BaseCommand (View source)

AJAX command to rerender a formatted text field without any transformation filters.

Properties

protected string $command

The name of the command.

from  BaseCommand
protected string $data

The data to pass on to the client side.

from  BaseCommand

Methods

__construct(string $data)

Constructs a GetUntransformedTextCommand object.

render()

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

Details

__construct(string $data)

Constructs a GetUntransformedTextCommand object.

Parameters

string $data

The data to pass on to the client side.

render()

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