diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-12 13:15:10 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-12 13:15:10 +0100 |
commit | 9260980a073ad1e6d294cb3d3ccf865c5ecdc8e7 (patch) | |
tree | 699f3130f0e8a3dc2f7578f48049658ca1df3d5d | |
parent | 0ab6182ab7b66a0bfb0ff8ba670e018e66ad6b70 (diff) |
v1.2.5 reflection
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #82 ds version 1.2.4 ] { +Extension [ <persistent> extension #83 ds version 1.2.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -318,7 +318,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Vector implements Ds\Sequence, Traversable, Countable, JsonSerializable, Ds\Collection ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -577,7 +577,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Deque implements Ds\Sequence, Traversable, Countable, JsonSerializable, Ds\Collection ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -933,7 +933,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Queue implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1031,7 +1031,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Map implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1329,7 +1329,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Set implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1555,7 +1555,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\PriorityQueue implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { |