Documentation

ClosureField
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$_datarow  : DataRow|null
$_field  : Field
Поле
$_storage  : Storage
Хранилище
$_value  : string

Methods

__construct()  : mixed
__get()  : mixed
__set()  : void
__toString()  : string
Invoke()  : mixed
jsonSerialize()  : mixed

Properties

Methods

__construct()

public __construct(string $value[, Storage|null $storage = null ][, Field|null $field = null ][, DataRow|null $datarow = null ]) : mixed
Parameters
$value : string
$storage : Storage|null = null
$field : Field|null = null
$datarow : DataRow|null = null

__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
string

Invoke()

public Invoke(mixed ...$params) : mixed
Parameters
$params : mixed

        
On this page

Search results