summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-28 10:05:47 +0100
committerRemi Collet <remi@remirepo.net>2019-03-28 10:05:47 +0100
commit219280f975aadfa9e9219e77c07c5f12861a725e (patch)
treea1ac47b3df34245a7ec250000e9ef587436d0114 /REFLECTION
new package
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION68
1 files changed, 68 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..4c1140a
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,68 @@
+Extension [ <persistent> extension #15 SeasClick version 0.1.0 ] {
+
+ - Functions {
+ Function [ <internal:SeasClick> function SeasClick_version ] {
+ }
+ }
+
+ - Classes [1] {
+ Class [ <internal:SeasClick> class SeasClick ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [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 ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:SeasClick, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connectParames ]
+ }
+ }
+
+ Method [ <internal:SeasClick, dtor> public method __destruct ] {
+ }
+
+ Method [ <internal:SeasClick> public method select ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $sql ]
+ Parameter #1 [ <required> $params ]
+ }
+ }
+
+ Method [ <internal:SeasClick> public method insert ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $table ]
+ Parameter #1 [ <required> $columns ]
+ Parameter #2 [ <required> $values ]
+ }
+ }
+
+ Method [ <internal:SeasClick> public method execute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $sql ]
+ Parameter #1 [ <required> $params ]
+ }
+ }
+ }
+ }
+ }
+}
+