From 32c137f7fbde9c332b39b40694d30daf4da986e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Oct 2016 17:59:44 +0100 Subject: php-pecl-ui: 1.0.3 --- REFLECTION | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- php-pecl-ui.spec | 5 +- 2 files changed, 240 insertions(+), 13 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1f250cb..4284af0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #156 ui version 1.0.2 ] { +Extension [ extension #156 ui version 1.0.3 ] { - Functions { Function [ function UI\Draw\Text\Font\fontFamilies ] { @@ -8,7 +8,121 @@ Extension [ extension #156 ui version 1.0.2 ] { } } - - Classes [42] { + - Classes [44] { + Class [ class UI\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class UI\Exception\RuntimeException extends RuntimeException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class UI\App ] { - Constants [2] { @@ -259,7 +373,8 @@ Extension [ extension #156 ui version 1.0.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $controls ] } - Methods [27] { @@ -464,7 +579,8 @@ Extension [ extension #156 ui version 1.0.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $controls ] } - Methods [14] { @@ -489,6 +605,7 @@ Extension [ extension #156 ui version 1.0.2 ] { Parameter #1 [ UI\Control $control ] Parameter #2 [ boolean $stretchy ] } + - Return [ integer ] } Method [ public method delete ] { @@ -496,6 +613,7 @@ Extension [ extension #156 ui version 1.0.2 ] { - Parameters [1] { Parameter #0 [ integer $index ] } + - Return [ boolean ] } Method [ public method getParent ] { @@ -584,7 +702,8 @@ Extension [ extension #156 ui version 1.0.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $controls ] } - Methods [13] { @@ -695,7 +814,8 @@ Extension [ extension #156 ui version 1.0.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $controls ] } - Methods [16] { @@ -705,6 +825,7 @@ Extension [ extension #156 ui version 1.0.2 ] { Parameter #0 [ string $name ] Parameter #1 [ UI\Control $control ] } + - Return [ integer ] } Method [ public method delete ] { @@ -712,6 +833,7 @@ Extension [ extension #156 ui version 1.0.2 ] { - Parameters [1] { Parameter #0 [ integer $index ] } + - Return [ boolean ] } Method [ public method pages ] { @@ -728,6 +850,7 @@ Extension [ extension #156 ui version 1.0.2 ] { Parameter #1 [ boolean $before ] Parameter #2 [ UI\Control $control ] } + - Return [ integer ] } Method [ public method setMargin ] { @@ -826,7 +949,8 @@ Extension [ extension #156 ui version 1.0.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $controls ] } - Methods [16] { @@ -850,6 +974,7 @@ Extension [ extension #156 ui version 1.0.2 ] { Parameter #0 [ UI\Control $control ] Parameter #1 [ boolean $stretchy ] } + - Return [ integer ] } Method [ public method delete ] { @@ -857,6 +982,7 @@ Extension [ extension #156 ui version 1.0.2 ] { - Parameters [1] { Parameter #0 [ integer $index ] } + - Return [ boolean ] } Method [ public method setPadded ] { @@ -1638,7 +1764,8 @@ Extension [ extension #156 ui version 1.0.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $controls ] } - Methods [16] { @@ -3116,12 +3243,12 @@ Extension [ extension #156 ui version 1.0.2 ] { - Properties [0] { } - - Methods [5] { + - Methods [8] { Method [ public method __construct ] { - Parameters [7] { Parameter #0 [ integer $type ] - Parameter #1 [ UI\Draw\Color $color ] + Parameter #1 [ UI\Draw\Color or NULL $color ] Parameter #2 [ float $X0 ] Parameter #3 [ float $Y0 ] Parameter #4 [ float $X1 ] @@ -3157,6 +3284,33 @@ Extension [ extension #156 ui version 1.0.2 ] { } - Return [ UI\Draw\Color ] } + + Method [ public method addStop ] { + + - Parameters [2] { + Parameter #0 [ float $position ] + Parameter #1 [ UI\Draw\Color $color ] + } + - Return [ integer ] + } + + Method [ public method delStop ] { + + - Parameters [1] { + Parameter #0 [ integer $index ] + } + - Return [ integer ] + } + + Method [ public method setStop ] { + + - Parameters [3] { + Parameter #0 [ integer $index ] + Parameter #1 [ float $position ] + Parameter #2 [ UI\Draw\Color $color ] + } + - Return [ boolean ] + } } } @@ -3368,7 +3522,7 @@ Extension [ extension #156 ui version 1.0.2 ] { - Properties [0] { } - - Methods [1] { + - Methods [6] { Method [ public method __construct ] { - Parameters [5] { @@ -3379,6 +3533,41 @@ Extension [ extension #156 ui version 1.0.2 ] { Parameter #4 [ integer $stretch ] } } + + Method [ public method getFamily ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getWeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getItalic ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getStretch ] { + + - Parameters [0] { + } + - Return [ integer ] + } } } @@ -3473,13 +3662,48 @@ Extension [ extension #156 ui version 1.0.2 ] { - Properties [0] { } - - Methods [1] { + - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ UI\Draw\Text\Font\Descriptor $descriptor ] } } + + Method [ public method getAscent ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getDescent ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getLeading ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getUnderlinePosition ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getUnderlineThickness ] { + + - Parameters [0] { + } + - Return [ float ] + } } } diff --git a/php-pecl-ui.spec b/php-pecl-ui.spec index 4f26d59..b454fdb 100644 --- a/php-pecl-ui.spec +++ b/php-pecl-ui.spec @@ -21,7 +21,7 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-ui -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: UI API @@ -217,6 +217,9 @@ fi %changelog +* Sun Oct 30 2016 Remi Collet - 1.0.3-1 +- Update to 1.0.3 + * Fri Oct 28 2016 Remi Collet - 1.0.2-1 - Update to 1.0.2 -- cgit