From 3f2b63acddf3477d9fd5fdb7bdb1d8795912b193 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Sep 2020 11:40:00 +0200 Subject: v1.1.4 --- REFLECTION | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a877e1d..cd932f3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 parallel version 1.1.3 ] { +Extension [ extension #127 parallel version 1.1.4 ] { - Functions { Function [ function parallel\bootstrap ] { @@ -19,7 +19,7 @@ Extension [ extension #125 parallel version 1.1.3 ] { - Parameters [0] { } - - Return [ integer ] + - Return [ int ] } } @@ -1677,21 +1677,21 @@ Extension [ extension #125 parallel version 1.1.3 ] { - Parameters [0] { } - - Return [ boolean ] + - Return [ bool ] } Method [ public method cancel ] { - Parameters [0] { } - - Return [ boolean ] + - Return [ bool ] } Method [ public method cancelled ] { - Parameters [0] { } - - Return [ boolean ] + - Return [ bool ] } } } @@ -1699,7 +1699,7 @@ Extension [ extension #125 parallel version 1.1.3 ] { Class [ final class parallel\Channel ] { - Constants [1] { - Constant [ public integer Infinite ] { -1 } + Constant [ public int Infinite ] { -1 } } - Static properties [0] { @@ -1710,7 +1710,7 @@ Extension [ extension #125 parallel version 1.1.3 ] { - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ integer $capacity ] + Parameter #1 [ int $capacity ] } - Return [ \parallel\Channel ] } @@ -1731,7 +1731,7 @@ Extension [ extension #125 parallel version 1.1.3 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ integer $capacity ] + Parameter #0 [ int $capacity ] } } @@ -1812,7 +1812,7 @@ Extension [ extension #125 parallel version 1.1.3 ] { Method [ public method setBlocking ] { - Parameters [1] { - Parameter #0 [ boolean $blocking ] + Parameter #0 [ bool $blocking ] } - Return [ void ] } @@ -1820,7 +1820,7 @@ Extension [ extension #125 parallel version 1.1.3 ] { Method [ public method setTimeout ] { - Parameters [1] { - Parameter #0 [ integer $timeout ] + Parameter #0 [ int $timeout ] } - Return [ void ] } @@ -1864,12 +1864,12 @@ Extension [ extension #125 parallel version 1.1.3 ] { Class [ final class parallel\Events\Event\Type ] { - Constants [6] { - Constant [ public integer Read ] { 1 } - Constant [ public integer Write ] { 2 } - Constant [ public integer Close ] { 3 } - Constant [ public integer Cancel ] { 5 } - Constant [ public integer Kill ] { 6 } - Constant [ public integer Error ] { 4 } + Constant [ public int Read ] { 1 } + Constant [ public int Write ] { 2 } + Constant [ public int Close ] { 3 } + Constant [ public int Cancel ] { 5 } + Constant [ public int Kill ] { 6 } + Constant [ public int Error ] { 4 } } - Static properties [0] { @@ -1965,15 +1965,15 @@ Extension [ extension #125 parallel version 1.1.3 ] { - Parameters [0] { } - - Return [ boolean ] + - Return [ bool ] } Method [ public method notify ] { - Parameters [1] { - Parameter #0 [ boolean $all ] + Parameter #0 [ bool $all ] } - - Return [ boolean ] + - Return [ bool ] } Method [ public method __invoke ] { -- cgit