summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION26
1 files changed, 5 insertions, 21 deletions
diff --git a/REFLECTION b/REFLECTION
index a7b3b62..4f6396a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #112 yac version 2.2.0 ] {
+Extension [ <persistent> extension #113 yac version 2.2.1 ] {
- Dependencies {
Dependency [ msgpack (Required) ]
@@ -31,7 +31,7 @@ Extension [ <persistent> extension #112 yac version 2.2.0 ] {
}
- Constants [9] {
- Constant [ string YAC_VERSION ] { 2.2.0 }
+ Constant [ string YAC_VERSION ] { 2.2.1 }
Constant [ int YAC_MAX_KEY_LEN ] { 48 }
Constant [ int YAC_MAX_VALUE_RAW_LEN ] { 67108863 }
Constant [ int YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 }
@@ -43,7 +43,7 @@ Extension [ <persistent> extension #112 yac version 2.2.0 ] {
}
- Classes [1] {
- Class [ <internal:yac> class Yac ] {
+ Class [ <internal:yac> final class Yac ] {
- Constants [0] {
}
@@ -54,11 +54,10 @@ Extension [ <persistent> extension #112 yac version 2.2.0 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ <default> protected $_prefix ]
+ - Properties [0] {
}
- - Methods [10] {
+ - Methods [8] {
Method [ <internal:yac, ctor> public method __construct ] {
- Parameters [1] {
@@ -84,14 +83,6 @@ Extension [ <persistent> extension #112 yac version 2.2.0 ] {
}
}
- Method [ <internal:yac> public method __set ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- }
- }
-
Method [ <internal:yac> public method get ] {
- Parameters [1] {
@@ -99,13 +90,6 @@ Extension [ <persistent> extension #112 yac version 2.2.0 ] {
}
}
- Method [ <internal:yac> public method __get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $key ]
- }
- }
-
Method [ <internal:yac> public method delete ] {
- Parameters [2] {