ArrayCast
extends BaseCast
in package
Tags
Table of Contents
Methods
- get() : TPhpNativeValue
- Takes a raw value from Entity, returns its value for PHP.
- set() : TEntityStoredValue
- Takes a PHP value, returns its raw value for Entity.
Methods
get()
Takes a raw value from Entity, returns its value for PHP.
public
static get(mixed $value[, array<string|int, mixed> $params = [] ]) : TPhpNativeValue
Parameters
- $value : mixed
- $params : array<string|int, mixed> = []
-
Additional param
Return values
TPhpNativeValueset()
Takes a PHP value, returns its raw value for Entity.
public
static set(mixed $value[, array<string|int, mixed> $params = [] ]) : TEntityStoredValue
Parameters
- $value : mixed
- $params : array<string|int, mixed> = []
-
Additional param