CertificateUpdate extends Model
Table of Contents
- $key : string|null
- The certificate name
- from() : static
- Initializing a model from an array
- getKey() : string
- Getter for key
- jsonSerialize() : array<string|int, mixed>
- setKey() : static
- Setter for key
Properties
$key
The certificate name
protected
string|null
$key
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —getKey()
Getter for key
public
getKey() : string
Return values
string —The certificate name
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setKey()
Setter for key
public
setKey(string $key) : static
Parameters
- $key : string
-
The certificate name
Return values
static —To use in method chains