value = $value; $this->nocache = $nocache; $this->scope = $scope; } /** * <> String conversion * * @return string */ public function __toString() { return (string) $this->value; } }