Documentation

ProxyDefinition
in package

Definition structure how to create a proxy.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

Table of Contents

$cloner  : callable
$identifierFields  : array<string|int, mixed>
$initializer  : callable
$proxyClassName  : string
$reflectionFields  : array<string|int, ReflectionProperty>
__construct()  : mixed

Properties

$reflectionFields

public array<string|int, ReflectionProperty> $reflectionFields

Methods

__construct()

public __construct(string $proxyClassName, array<string|int, mixed> $identifierFields, array<string|int, mixed> $reflectionFields, callable $initializer, callable $cloner) : mixed
Parameters
$proxyClassName : string
$identifierFields : array<string|int, mixed>
$reflectionFields : array<string|int, mixed>
$initializer : callable
$cloner : callable
Return values
mixed

Search results