diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 27 | 
1 files changed, 23 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #198 SeasLog version 1.8.6 ] { +Extension [ <persistent> extension #197 SeasLog version 1.9.0 ] {    - Dependencies {    } @@ -78,8 +78,8 @@ Extension [ <persistent> extension #198 SeasLog version 1.8.6 ] {      }    } -  - Constants [18] { -    Constant [ string SEASLOG_VERSION ] { 1.8.6 } +  - Constants [22] { +    Constant [ string SEASLOG_VERSION ] { 1.9.0 }      Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao  [ neeke@php.net ] }      Constant [ string SEASLOG_ALL ] { ALL }      Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -97,6 +97,10 @@ Extension [ <persistent> extension #198 SeasLog version 1.8.6 ] {      Constant [ integer SEASLOG_APPENDER_UDP ] { 3 }      Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 }      Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 } +    Constant [ integer SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 } +    Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 } +    Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 } +    Constant [ integer SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 }    }    - Functions { @@ -115,7 +119,7 @@ Extension [ <persistent> extension #198 SeasLog version 1.8.6 ] {        - Static properties [0] {        } -      - Static methods [23] { +      - Static methods [25] {          Method [ <internal:SeasLog> static public method setBasePath ] {            - Parameters [1] { @@ -164,6 +168,21 @@ Extension [ <persistent> extension #198 SeasLog version 1.8.6 ] {          Method [ <internal:SeasLog> static public method getDatetimeFormat ] {          } +        Method [ <internal:SeasLog> static public method setRequestVariable ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $key ] +            Parameter #1 [ <optional> $value ] +          } +        } + +        Method [ <internal:SeasLog> static public method getRequestVariable ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $key ] +          } +        } +          Method [ <internal:SeasLog> static public method analyzerCount ] {            - Parameters [3] {  | 
