diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 16 | 
1 files changed, 12 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] { +Extension [ <persistent> extension #75 ice version 1.8.0alpha3 ] {    - Dependencies {    } @@ -8983,8 +8983,9 @@ Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] {          Method [ <internal:ice> public method resolve ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <required> $service ] +            Parameter #1 [ <required> string $key ]            }          } @@ -11365,7 +11366,14 @@ Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] {          Property [ <default> protected $prefixes ]        } -      - Methods [5] { +      - Methods [6] { +        Method [ <internal:ice, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> array $prefixes ] +          } +        } +          Method [ <internal:ice> public method register ] {            - Parameters [0] { @@ -15896,7 +15904,7 @@ Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] {          Constant [ public int MINOR ] { 8 }          Constant [ public int PATCH ] { 0 }          Constant [ public int STAGE ] { 1 } -        Constant [ public int BUILD ] { 2 } +        Constant [ public int BUILD ] { 3 }        }        - Static properties [0] {  | 
