phpDocumentor

ModulesDetailsSerializer

Class ModulesDetailsSerializer

Table of Contents

$moduleDetailsSerializer  : ModuleDetailsSerializer
__construct()  : mixed
ModulesDetailsSerializer constructor.
deserialize()  : ModulesDetails
Returns a new ModulesDetails instance by using the data of a given array or json strings.
serialize()  : array<string|int, mixed>
Serializes a given ModulesDetails instance.

Properties

Methods

deserialize()

Returns a new ModulesDetails instance by using the data of a given array or json strings.

public deserialize(string|array<string|int, mixed> $json) : ModulesDetails
Parameters
$json : string|array<string|int, mixed>
Return values
ModulesDetails

Search results