PeServer

Mapper
in package
implements IMapper

マッピング通常処理。

Table of Contents

Interfaces

IMapper
配列とオブジェクトの相互変換。

Properties

$defaultMapping  : Mapping
人畜無害なマッピング設定。

Methods

__construct()  : mixed
export()  : array<string, mixed>
オブジェクトデータを配列に変換。
mapping()  : void
配列データをオブジェクトにマッピング。

Properties

$defaultMapping read-only

人畜無害なマッピング設定。

private Mapping $defaultMapping

Methods

__construct()

public __construct() : mixed

export()

オブジェクトデータを配列に変換。

public export(object $source) : array<string, mixed>
Parameters
$source : object
Return values
array<string, mixed>

mapping()

配列データをオブジェクトにマッピング。

public mapping(array<string|int, mixed> $source, object $destination) : void
Parameters
$source : array<string|int, mixed>

元データ。

$destination : object

マッピング先

Tags
SuppressWarnings

(PHPMD.CyclomaticComplexity)


        
On this page

Search results