PAMI\Message\Message::setVariable
Adds a variable to this message.
Signature
public function setVariable(string
$key,
string
$value )
Parameters
$key— string- Variable name.
$value— string- Variable value.
Returns
- void