summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-14 09:21:35 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-14 09:21:35 +0200
commit6b5506dfe7b0f5ac9ce923c1d9cdd2ebc4c72a7c (patch)
tree4b8e29c6cdb8347569a89e2758edb6518ff6f962 /include/value.h
parent792497f731c5c3a93a442bd487bd7ae4e0ffb2bf (diff)
added Php::IniValue constructor to the Php::Value class, so that "return Php::ini_get("extension.x");" can be implemented
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index d64eeed..63e8e6f 100644
--- a/include/value.h
+++ b/include/value.h
@@ -59,6 +59,7 @@ public:
Value(const std::string &value);
Value(const char *value, int size = -1);
Value(double value);
+ Value(const IniValue &value);
/**
* Construct to a specific type