From 219280f975aadfa9e9219e77c07c5f12861a725e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2019 10:05:47 +0100 Subject: new package --- REFLECTION | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..4c1140a --- /dev/null +++ b/REFLECTION @@ -0,0 +1,68 @@ +Extension [ extension #15 SeasClick version 0.1.0 ] { + + - Functions { + Function [ function SeasClick_version ] { + } + } + + - Classes [1] { + Class [ class SeasClick ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $host ] + Property [ protected $port ] + Property [ protected $database ] + Property [ protected $user ] + Property [ protected $passwd ] + Property [ protected $compression ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $connectParames ] + } + } + + Method [ public method __destruct ] { + } + + Method [ public method select ] { + + - Parameters [2] { + Parameter #0 [ $sql ] + Parameter #1 [ $params ] + } + } + + Method [ public method insert ] { + + - Parameters [3] { + Parameter #0 [ $table ] + Parameter #1 [ $columns ] + Parameter #2 [ $values ] + } + } + + Method [ public method execute ] { + + - Parameters [2] { + Parameter #0 [ $sql ] + Parameter #1 [ $params ] + } + } + } + } + } +} + -- cgit