From 4a8311bcbf88187ae32c08c5c373ce405d06c41f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 08:11:09 +0200 Subject: v4.0.0 --- REFLECTION | 59 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index d357b5f..ab45bc3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 rar version 3.0.2 ] { +Extension [ extension #120 rar version 4.0.0 ] { - Constants [6] { Constant [ integer RAR_HOST_MSDOS ] { 0 } @@ -153,13 +153,18 @@ Extension [ extension #121 rar version 3.0.2 ] { Class [ final class RarEntry ] { - - Constants [41] { + - Constants [46] { Constant [ integer HOST_MSDOS ] { 0 } Constant [ integer HOST_OS2 ] { 1 } Constant [ integer HOST_WIN32 ] { 2 } Constant [ integer HOST_UNIX ] { 3 } Constant [ integer HOST_MACOS ] { 4 } Constant [ integer HOST_BEOS ] { 5 } + Constant [ integer FSREDIR_UNIXSYMLINK ] { 1 } + Constant [ integer FSREDIR_WINSYMLINK ] { 2 } + Constant [ integer FSREDIR_JUNCTION ] { 3 } + Constant [ integer FSREDIR_HARDLINK ] { 4 } + Constant [ integer FSREDIR_FILECOPY ] { 5 } Constant [ integer ATTRIBUTE_WIN_READONLY ] { 1 } Constant [ integer ATTRIBUTE_WIN_HIDDEN ] { 2 } Constant [ integer ATTRIBUTE_WIN_SYSTEM ] { 4 } @@ -203,7 +208,7 @@ Extension [ extension #121 rar version 3.0.2 ] { - Static methods [0] { } - - Properties [12] { + - Properties [15] { Property [ private $rarfile ] Property [ private $position ] Property [ private $name ] @@ -216,9 +221,12 @@ Extension [ extension #121 rar version 3.0.2 ] { Property [ private $version ] Property [ private $method ] Property [ private $flags ] + Property [ private $redir_type ] + Property [ private $redir_to_directory ] + Property [ private $redir_target ] } - - Methods [16] { + - Methods [19] { Method [ public method extract ] { - Parameters [4] { @@ -308,6 +316,24 @@ Extension [ extension #121 rar version 3.0.2 ] { } } + Method [ public method getRedirType ] { + + - Parameters [0] { + } + } + + Method [ public method isRedirectToDirectory ] { + + - Parameters [0] { + } + } + + Method [ public method getRedirTarget ] { + + - Parameters [0] { + } + } + Method [ public method __toString ] { - Parameters [0] { @@ -322,7 +348,7 @@ Extension [ extension #121 rar version 3.0.2 ] { } } - Class [ class RarException extends Exception ] { + Class [ final class RarException extends Exception implements Throwable ] { - Constants [0] { } @@ -353,8 +379,8 @@ Extension [ extension #121 rar version 3.0.2 ] { Property [ protected $line ] } - - Methods [9] { - Method [ method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -363,28 +389,31 @@ Extension [ extension #121 rar version 3.0.2 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit