summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION49
1 files changed, 34 insertions, 15 deletions
diff --git a/REFLECTION b/REFLECTION
index 4c1140a..918b948 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,12 +1,7 @@
-Extension [ <persistent> extension #15 SeasClick version 0.1.0 ] {
-
- - Functions {
- Function [ <internal:SeasClick> function SeasClick_version ] {
- }
- }
+Extension [ <persistent> extension #122 SeasClick version 0.1.1 ] {
- Classes [1] {
- Class [ <internal:SeasClick> class SeasClick ] {
+ Class [ <internal:SeasClick> final class SeasClick ] {
- Constants [0] {
}
@@ -18,15 +13,15 @@ Extension [ <persistent> extension #15 SeasClick version 0.1.0 ] {
}
- Properties [6] {
- Property [ <default> protected $host ]
- Property [ <default> protected $port ]
- Property [ <default> protected $database ]
- Property [ <default> protected $user ]
- Property [ <default> protected $passwd ]
- Property [ <default> protected $compression ]
+ Property [ protected $host = '127.0.0.1' ]
+ Property [ protected $port = 9000 ]
+ Property [ protected $database = 'default' ]
+ Property [ protected $user = NULL ]
+ Property [ protected $passwd = NULL ]
+ Property [ protected $compression = false ]
}
- - Methods [5] {
+ - Methods [8] {
Method [ <internal:SeasClick, ctor> public method __construct ] {
- Parameters [1] {
@@ -34,7 +29,10 @@ Extension [ <persistent> extension #15 SeasClick version 0.1.0 ] {
}
}
- Method [ <internal:SeasClick, dtor> public method __destruct ] {
+ Method [ <internal:SeasClick> public method __destruct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:SeasClick> public method select ] {
@@ -54,6 +52,27 @@ Extension [ <persistent> extension #15 SeasClick version 0.1.0 ] {
}
}
+ Method [ <internal:SeasClick> public method writeStart ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $table ]
+ Parameter #1 [ <required> $columns ]
+ }
+ }
+
+ Method [ <internal:SeasClick> public method write ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $values ]
+ }
+ }
+
+ Method [ <internal:SeasClick> public method writeEnd ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:SeasClick> public method execute ] {
- Parameters [2] {