PHP Interface Nelmio\Alice\Generator\Hydrator\PropertyHydratorInterface

Datei anzeigen Open project: nelmio/alice Interface Usage Examples

Public Methods

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

Method Details

hydrate() public method

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
return Nelmio\Alice\ObjectInterface