VaultStoreInput
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
Methods
- __construct() : mixed
- jsonSerialize() : mixed
Properties
$values
public
array<string|int, mixed>
$values
$vaultID
public
string
$vaultID
Methods
__construct()
public
__construct(string $vaultID, array<int, mixed> $values) : mixed
Parameters
- $vaultID : string
- $values : array<int, mixed>
jsonSerialize()
public
jsonSerialize() : mixed