summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION13
1 files changed, 11 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 7b91db5..685431b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #97 phpy version 1.0.10 ] {
+Extension [ <persistent> extension #98 phpy version 1.0.11 ] {
- Classes [13] {
Class [ <internal:phpy> class PyCore ] {
@@ -9,7 +9,7 @@ Extension [ <persistent> extension #97 phpy version 1.0.10 ] {
- Static properties [0] {
}
- - Static methods [12] {
+ - Static methods [13] {
Method [ <internal:phpy> static public method import ] {
- Parameters [1] {
@@ -99,6 +99,15 @@ Extension [ <persistent> extension #97 phpy version 1.0.10 ] {
- Return [ void ]
}
+ Method [ <internal:phpy> static public method raise ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> PyObject $type ]
+ Parameter #1 [ <optional> mixed $value = null ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phpy> static public method __callStatic ] {
- Parameters [2] {