PHP Class eZ\Publish\Core\REST\Common\Input\Handler\Json

Inheritance: extends eZ\Publish\Core\REST\Common\Input\Handler
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
convert ( string $string ) : array Converts the given string to an array structure.

Private Methods

Method Description
jsonDecodeErrorMessage ( $jsonErrorCode ) : string Returns the error message associated with the $jsonErrorCode.

Method Details

convert() public method

Converts the given string to an array structure.
public convert ( string $string ) : array
$string string
return array