value = $value; $this->parameters = func_get_args(); array_shift($this->parameters); } /** Get literal value * @return string */ function __toString() { return $this->value; } }