Flow PHP

KeyValue

Wrapper struct to store key values.

Properties

$_TSPEC  : mixed
$isValidate  : mixed
$key  : string
$value  : string

Methods

__construct()  : mixed
getName()  : mixed
read()  : mixed
write()  : mixed

Properties

$_TSPEC

public static mixed $_TSPEC = [1 => ['var' => 'key', 'isRequired' => true, 'type' => \Thrift\Type\TType::STRING], 2 => ['var' => 'value', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRING]]

$isValidate

public static mixed $isValidate = false

Methods

__construct()

public __construct([mixed $vals = null ]) : mixed
Parameters
$vals : mixed = null

read()

public read(mixed $input) : mixed
Parameters
$input : mixed

write()

public write(mixed $output) : mixed
Parameters
$output : mixed

        
On this page

Search results