Parameter
in package
implements
Stringable
FinalYes
Model representing a parameter in a template or transformation.
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- __toString() : string
- key() : string
- value() : string
Properties
$key read-only
private
string
$key
$value read-only
private
string
$value
Methods
__construct()
public
__construct(string $key, string $value) : mixed
Parameters
- $key : string
- $value : string
__toString()
public
__toString() : string
Return values
stringkey()
public
key() : string
Return values
stringvalue()
public
value() : string