class PhpDecoder implements DecoderInterface

A wrapper for the PHP Decoder Module for the data manager file loader.

Methods

array
decode($data)

This is the method, which does the decoding work.

array
getMimeType()

The data returned is the actual file extensions supported for the files to decode.

Details

at line line 20
array decode($data)

This is the method, which does the decoding work.

Parameters

$data

Return Value

array

at line line 32
array getMimeType()

The data returned is the actual file extensions supported for the files to decode.

For instance, if you want to decode Yaml files with the extensions ".yml" and ".yaml", then you want to set the return array to ['yaml', 'yml'].

Return Value

array