__construct() __construct(int|null $version = null) : mixed Constructs Mfgc metadata object. Parameters int|null $version Version of test communication channel for production. Returns mixed —
fromApiResponse() fromApiResponse(array{version?: int} $response) : \Iqrf\Repository\Entities\Metadata\Mfgc Parses the provided response data into a Mfgc object Parameters array{version?: int} $response API response body Returns \Iqrf\Repository\Entities\Metadata\Mfgc — The parsed Mfgc object
jsonSerialize() jsonSerialize() : array{version?: int} Serializes the Mfgc entity into JSON Returns array{version?: int} — JSON-serialized Mfgc data