Final Class Yiisoft\Hydrator\TypeCaster\NoTypeCaster
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Doesn't cast value at all leaving it as is.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| cast() | Yiisoft\ |
Method Details
| public Yiisoft\ | ||
| $value | mixed | |
| $context | Yiisoft\ |
|
public function cast(mixed $value, TypeCastContext $context): Result
{
return Result::success($value);
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.