scalar = $data; } /** * @return string */ function __toString() { return $this->scalar; } }