PHP Interface Nelmio\Alice\Generator\Hydrator\PropertyHydratorInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
hydrate ( Nelmio\Alice\ObjectInterface $object, Property $property, GenerationContext $context ) : Nelmio\Alice\ObjectInterface Hydrate the object with the provided.

Method Details

hydrate() public méthode

Hydrate the object with the provided.
public hydrate ( Nelmio\Alice\ObjectInterface $object, Property $property, GenerationContext $context ) : Nelmio\Alice\ObjectInterface
$object Nelmio\Alice\ObjectInterface
$property Nelmio\Alice\Definition\Property
$context Nelmio\Alice\Generator\GenerationContext
Résultat Nelmio\Alice\ObjectInterface