mediatekformation

DoctrineInitializer
in package
implements ObjectInitializerInterface

Automatically loads proxy object before validation.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

ObjectInitializerInterface
Prepares an object for validation.

Table of Contents

$registry  : mixed
__construct()  : mixed
initialize()  : mixed
Initializes an object just before validation.

Properties

Methods

initialize()

Initializes an object just before validation.

public initialize(mixed $object) : mixed
Parameters
$object : mixed

The object to validate

Return values
mixed

Search results