From 32bf1591c0f9c5b23b6837d085c887b1a6040032 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Mar 2018 18:43:30 +0100 Subject: v2.0.1 --- REFLECTION | 56 ++++++++++++++++++++++++++++++++++++++---------------- php-componere.spec | 7 +++++-- 2 files changed, 45 insertions(+), 18 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1278da4..041ae0e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #79 componere version 2.0.0 ] { +Extension [ extension #79 componere version 2.0.1 ] { - Classes [5] { - Class [ abstract class Componere\Abstract\Definition ] { + Class [ abstract final class Componere\Abstract\Definition ] { - Constants [0] { } @@ -20,7 +20,7 @@ Extension [ extension #79 componere version 2.0.0 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ Componere\Method $method ] + Parameter #1 [ $method ] } } @@ -40,7 +40,7 @@ Extension [ extension #79 componere version 2.0.0 ] { } } - Class [ class Componere\Definition extends Componere\Abstract\Definition ] { + Class [ final class Componere\Definition extends Componere\Abstract\Definition ] { - Constants [0] { } @@ -54,7 +54,7 @@ Extension [ extension #79 componere version 2.0.0 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { } @@ -62,7 +62,7 @@ Extension [ extension #79 componere version 2.0.0 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ Componere\Value $property ] + Parameter #1 [ $value ] } } @@ -70,7 +70,7 @@ Extension [ extension #79 componere version 2.0.0 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ Componere\Value $property ] + Parameter #1 [ $property ] } } @@ -93,11 +93,17 @@ Extension [ extension #79 componere version 2.0.0 ] { } } + Method [ public method isRegistered ] { + + - Parameters [0] { + } + } + Method [ public method addMethod ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ Componere\Method $method ] + Parameter #1 [ $method ] } } @@ -117,7 +123,7 @@ Extension [ extension #79 componere version 2.0.0 ] { } } - Class [ class Componere\Patch extends Componere\Abstract\Definition ] { + Class [ final class Componere\Patch extends Componere\Abstract\Definition ] { - Constants [0] { } @@ -131,7 +137,7 @@ Extension [ extension #79 componere version 2.0.0 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { } @@ -160,11 +166,17 @@ Extension [ extension #79 componere version 2.0.0 ] { } } + Method [ public method isApplied ] { + + - Parameters [0] { + } + } + Method [ public method addMethod ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ Componere\Method $method ] + Parameter #1 [ $method ] } } @@ -184,7 +196,7 @@ Extension [ extension #79 componere version 2.0.0 ] { } } - Class [ class Componere\Method ] { + Class [ final class Componere\Method ] { - Constants [0] { } @@ -198,11 +210,11 @@ Extension [ extension #79 componere version 2.0.0 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Closure $closure ] + Parameter #0 [ $closure ] } } @@ -217,10 +229,16 @@ Extension [ extension #79 componere version 2.0.0 ] { - Parameters [0] { } } + + Method [ public method setStatic ] { + + - Parameters [0] { + } + } } } - Class [ class Componere\Value ] { + Class [ final class Componere\Value ] { - Constants [0] { } @@ -234,7 +252,7 @@ Extension [ extension #79 componere version 2.0.0 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { - Parameters [1] { @@ -253,6 +271,12 @@ Extension [ extension #79 componere version 2.0.0 ] { - Parameters [0] { } } + + Method [ public method setStatic ] { + + - Parameters [0] { + } + } } } } diff --git a/php-componere.spec b/php-componere.spec index 02306bc..6ed5dc6 100644 --- a/php-componere.spec +++ b/php-componere.spec @@ -12,7 +12,7 @@ %{?scl: %scl_package php-componere} -%global gh_commit 758a01d438d7062139fa57ae315c7f55fe4759a6 +%global gh_commit cc328c6d0e1d9d89c1fc214a050ca3ca8f850451 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner krakjoe %global gh_project componere @@ -23,7 +23,7 @@ Summary: Composing PHP classes at runtime Name: %{?scl_prefix}php-componere -Version: 2.0.0 +Version: 2.0.1 %if 0%{?gh_date:1} Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -176,6 +176,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Mar 1 2018 Remi Collet - 2.0.1-1 +- Update to 2.0.1 + * Wed Feb 28 2018 Remi Collet - 2.0.0-1 - Update to 2.0.0 -- cgit