diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #202 event version 2.4.4 ] { +Extension [ <persistent> extension #203 event version 2.5.0 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -156,13 +156,15 @@ Extension [ <persistent> extension #202 event version 2.4.4 ] { Class [ <internal:event> 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 [ <persistent> extension #202 event version 2.4.4 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ <internal:event, ctor> public method __construct ] { - Parameters [0] { @@ -344,6 +346,13 @@ Extension [ <persistent> extension #202 event version 2.4.4 ] { Parameter #2 [ <required> $min_priority ] } } + + Method [ <internal:event> public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ <required> $flags ] + } + } } } |