summaryrefslogtreecommitdiff
path: root/include/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/function.h')
-rw-r--r--include/function.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/function.h b/include/function.h
index 3cb0e2d..3704ce8 100644
--- a/include/function.h
+++ b/include/function.h
@@ -140,8 +140,9 @@ protected:
* Fill a function entry
* @param entry Entry to be filled
* @param classname Optional class name
+ * @param pub Is this a public property?
*/
- void fill(struct _zend_function_entry *entry, const char *classname=NULL) const;
+ void fill(struct _zend_function_entry *entry, const char *classname=NULL, bool pub=true) const;
/**
* Fill function info