diff options
| author | Remi Collet <remi@remirepo.net> | 2018-01-01 17:30:14 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-01-01 17:30:14 +0100 | 
| commit | e150f70fcd1b2eee98ddf764196a4b82fdfd7c7c (patch) | |
| tree | c7c8d1ae068100261a8010becc1b126443086d21 /REFLECTION | |
| parent | 0c80601bbf6cd5c890ae1c518099991afd3ca744 (diff) | |
v2.0.5
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 16 | 
1 files changed, 4 insertions, 12 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #103 lua version 2.0.4 ] { +Extension [ <persistent> extension #106 lua version 2.0.5 ] {    - Constants [8] {      Constant [ integer LUA_OK ] { 0 } @@ -15,7 +15,7 @@ Extension [ <persistent> extension #103 lua version 2.0.4 ] {      Class [ <internal:lua> final class Lua ] {        - Constants [1] { -        Constant [ string LUA_VERSION ] { Lua 5.3.4 } +        Constant [ public string LUA_VERSION ] { Lua 5.3.4 }        }        - Static properties [1] { @@ -94,21 +94,13 @@ Extension [ <persistent> extension #103 lua version 2.0.4 ] {        - Static methods [0] {        } -      - Properties [2] { -        Property [ <default> private $_closure ] -        Property [ <default> private $_lua_object ] +      - Properties [0] {        } -      - Methods [5] { +      - Methods [3] {          Method [ <internal:lua, ctor> private method __construct ] {          } -        Method [ <internal:lua, dtor> public method __destruct ] { -        } - -        Method [ <internal:lua> private method __clone ] { -        } -          Method [ <internal:lua> public method invoke ] {            - Parameters [2] { | 
