PHP Интерфейс Nelmio\Alice\Generator\Hydrator\PropertyHydratorInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
hydrate ( Nelmio\Alice\ObjectInterface $object, Property $property, GenerationContext $context ) : Nelmio\Alice\ObjectInterface Hydrate the object with the provided.

Описание методов

hydrate() публичный Метод

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
Результат Nelmio\Alice\ObjectInterface