From 809c98531e98028fdc989e907ba0bb38d12d2a7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 May 2020 07:30:56 +0200 Subject: v2.2.1 --- REFLECTION | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a7b3b62..4f6396a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 yac version 2.2.0 ] { +Extension [ extension #113 yac version 2.2.1 ] { - Dependencies { Dependency [ msgpack (Required) ] @@ -31,7 +31,7 @@ Extension [ 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 [ extension #112 yac version 2.2.0 ] { } - Classes [1] { - Class [ class Yac ] { + Class [ final class Yac ] { - Constants [0] { } @@ -54,11 +54,10 @@ Extension [ extension #112 yac version 2.2.0 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_prefix ] + - Properties [0] { } - - Methods [10] { + - Methods [8] { Method [ public method __construct ] { - Parameters [1] { @@ -84,14 +83,6 @@ Extension [ extension #112 yac version 2.2.0 ] { } } - Method [ public method __set ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] - } - } - Method [ public method get ] { - Parameters [1] { @@ -99,13 +90,6 @@ Extension [ extension #112 yac version 2.2.0 ] { } } - Method [ public method __get ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - Method [ public method delete ] { - Parameters [2] { -- cgit