*/ class Literal extends Param { /** * @return string */ public function __toString() : string { return '"' . addslashes($this->value) . '"'; } }