From e260d7ef5f88be450fca0f9a149d9344aa2aba52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Feb 2023 14:30:03 +0100 Subject: update to 0.1.1 open https://github.com/SeasX/SeasClick/issues/16 PHP 5.x broken build --- REFLECTION | 49 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4c1140a..918b948 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,12 +1,7 @@ -Extension [ extension #15 SeasClick version 0.1.0 ] { - - - Functions { - Function [ function SeasClick_version ] { - } - } +Extension [ extension #122 SeasClick version 0.1.1 ] { - Classes [1] { - Class [ class SeasClick ] { + Class [ final class SeasClick ] { - Constants [0] { } @@ -18,15 +13,15 @@ Extension [ extension #15 SeasClick version 0.1.0 ] { } - Properties [6] { - Property [ protected $host ] - Property [ protected $port ] - Property [ protected $database ] - Property [ protected $user ] - Property [ protected $passwd ] - Property [ 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 [ public method __construct ] { - Parameters [1] { @@ -34,7 +29,10 @@ Extension [ extension #15 SeasClick version 0.1.0 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { + + - Parameters [0] { + } } Method [ public method select ] { @@ -54,6 +52,27 @@ Extension [ extension #15 SeasClick version 0.1.0 ] { } } + Method [ public method writeStart ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $columns ] + } + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $values ] + } + } + + Method [ public method writeEnd ] { + + - Parameters [0] { + } + } + Method [ public method execute ] { - Parameters [2] { -- cgit