ClosureField
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
Methods
- __construct() : mixed
- __get() : mixed
- __set() : void
- __toString() : string
- Invoke() : mixed
- jsonSerialize() : mixed
Properties
$_datarow
protected
DataRow|null
$_datarow
= null
$_field
Поле
protected
Field
$_field
= null
$_storage
Хранилище
protected
Storage
$_storage
= null
$_value
private
string
$_value
Methods
__construct()
public
__construct(string $value[, Storage|null $storage = null ][, Field|null $field = null ][, DataRow|null $datarow = null ]) : mixed
Parameters
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
__set()
public
__set(string $property, mixed $value) : void
Parameters
- $property : string
- $value : mixed
__toString()
public
__toString() : string
Return values
stringInvoke()
public
Invoke(mixed ...$params) : mixed
Parameters
- $params : mixed
jsonSerialize()
public
jsonSerialize() : mixed