value)) { return implode(', ', $this->value); } if (is_scalar($this->value)) { return (string)$this->value; } return ''; } }