From 5d5af8f7e17949a9118d4e0e6b0f42ae8b9ae776 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Apr 2019 09:22:30 +0200 Subject: v2.5.0 --- REFLECTION | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 87ee3bc..6ec6f3b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #202 event version 2.4.4 ] { +Extension [ extension #203 event version 2.5.0 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -156,13 +156,15 @@ Extension [ extension #202 event version 2.4.4 ] { Class [ final class EventBase ] { - - Constants [6] { + - Constants [8] { Constant [ public integer LOOP_ONCE ] { 1 } Constant [ public integer LOOP_NONBLOCK ] { 2 } Constant [ public integer NOLOCK ] { 1 } Constant [ public integer STARTUP_IOCP ] { 4 } Constant [ public integer NO_CACHE_TIME ] { 8 } Constant [ public integer EPOLL_USE_CHANGELIST ] { 16 } + Constant [ public integer IGNORE_ENV ] { 2 } + Constant [ public integer PRECISE_TIMER ] { 32 } } - Static properties [0] { @@ -303,7 +305,7 @@ Extension [ extension #202 event version 2.4.4 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method __construct ] { - Parameters [0] { @@ -344,6 +346,13 @@ Extension [ extension #202 event version 2.4.4 ] { Parameter #2 [ $min_priority ] } } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } } } -- cgit