summaryrefslogtreecommitdiff
path: root/include/function.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-10-15 05:54:52 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-10-15 05:54:52 -0700
commit61ba30d716dab670a5f2ed0ee2f6650375b2058d (patch)
tree711db9359015de260071088ef027b020cd95d4b3 /include/function.h
parentb2042dbd58c043ab49e9b0dbb51bf8516fe8cea8 (diff)
Calling custom member methods is now functional
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