Text_Plain_Json
class Text_Plain_Json extends TransformationsPlugin (View source)
Handles the json transformation for text plain
Methods
Does the actual work of each specific transformations plugin.
Does the actual work of each specific transformations plugin.
Returns passed options or default values if they were not set
No description
Gets the transformation description of the specific plugin
Gets the plugin`s MIME type
Gets the plugin`s MIME subtype
Gets the transformation name of the specific plugin
Details
bool
applyTransformationNoWrap(array $options = [])
Does the actual work of each specific transformations plugin.
string
applyTransformation(string $buffer, array $options = [], FieldMetadata|null $meta = null)
Does the actual work of each specific transformations plugin.
array
getOptions(array $options, array $defaults)
Returns passed options or default values if they were not set
__construct()
No description
static string
getInfo()
Gets the transformation description of the specific plugin
static string
getMIMEType()
Gets the plugin`s MIME type
static string
getMIMESubtype()
Gets the plugin`s MIME subtype
static string
getName()
Gets the transformation name of the specific plugin