summaryrefslogtreecommitdiff
path: root/include/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extension.h')
-rw-r--r--include/extension.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/extension.h b/include/extension.h
index e18e787..8f3dc97 100644
--- a/include/extension.h
+++ b/include/extension.h
@@ -131,6 +131,13 @@ public:
// allow chaining
return *this;
}
+
+ /**
+ * Because the add function exists in both the Namespace base class
+ * as well as this extended Extension class, we have to tell the compiler
+ * that the add methods from the base are accessble too
+ */
+ using Namespace::add;
/**
* The total number of php.ini variables