diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-27 14:30:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-27 14:30:03 +0100 |
commit | e260d7ef5f88be450fca0f9a149d9344aa2aba52 (patch) | |
tree | f42ddcfffde23103a732d93ea82d0a299605dabf /REFLECTION | |
parent | 82bd378b68cd35d6bd5f3c31f762bfdb864e118b (diff) |
update to 0.1.1
open https://github.com/SeasX/SeasClick/issues/16 PHP 5.x broken build
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 49 |
1 files changed, 34 insertions, 15 deletions
@@ -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] { |