0 follower

Interface Yiisoft\Hydrator\DataInterface

Implemented byYiisoft\Hydrator\ArrayData

An interface for data objects.

Public Methods

Hide inherited methods

Method Description Defined By
getValue() Get a named value. Yiisoft\Hydrator\DataInterface

Method Details

Hide inherited methods

getValue() public abstract method

Get a named value.

public abstract Yiisoft\Hydrator\Result getValue ( string $name )
$name string

The name to get value for.

                public function getValue(string $name): Result;