diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 21 | 
1 files changed, 17 insertions, 4 deletions
| @@ -1,7 +1,7 @@ -Extension [ <persistent> extension #16 phk version 3.0.0 ] { +Extension [ <persistent> extension #130 phk version 3.0.1 ] {    - Constants [1] { -    Constant [ string PHK_ACCEL_VERSION ] { 3.0.0 } +    Constant [ string PHK_ACCEL_VERSION ] { 3.0.1 }    }    - Functions { @@ -438,7 +438,7 @@ Extension [ <persistent> extension #16 phk version 3.0.0 ] {      Class [ <internal:phk> class PHK ] {        - Constants [4] { -        Constant [ string VERSION ] { 3.0.0 } +        Constant [ string RUNTIME_VERSION ] { 3.0.1 }          Constant [ integer CRC_CHECK ] { 16 }          Constant [ integer NO_MOUNT_SCRIPT ] { 32 }          Constant [ integer IS_CREATOR ] { 64 } @@ -507,7 +507,7 @@ Extension [ <persistent> extension #16 phk version 3.0.0 ] {          Property [ <default> private $m ]        } -      - Methods [23] { +      - Methods [25] {          Method [ <internal:phk> public method mapDefined ] {            - Parameters [0] { @@ -603,6 +603,13 @@ Extension [ <persistent> extension #16 phk version 3.0.0 ] {            }          } +        Method [ <internal:phk> public method webAccessAllowed ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $arg1 ] +          } +        } +          Method [ <internal:phk> public method webTunnel ] {            - Parameters [0] { @@ -636,6 +643,12 @@ Extension [ <persistent> extension #16 phk version 3.0.0 ] {            }          } +        Method [ <internal:phk> public method &crcCheck ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:phk> public method &plugin ] {            - Parameters [0] { | 
