From 7af4d1712fd145a4a4fa96ee22b2dbc27ecefca5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 10:32:12 +0200 Subject: switch --- REFLECTION | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 024874a..561f7ef 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #159 yac version 0.9.2 ] { +Extension [ extension #124 yac version 2.0.1 ] { - INI { Entry [ yac.enable ] @@ -22,7 +22,7 @@ Extension [ extension #159 yac version 0.9.2 ] { } - Constants [5] { - Constant [ string YAC_VERSION ] { 0.9.2 } + Constant [ string YAC_VERSION ] { 2.0.1 } Constant [ integer YAC_MAX_KEY_LEN ] { 48 } Constant [ integer YAC_MAX_VALUE_RAW_LEN ] { 67108863 } Constant [ integer YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } @@ -45,7 +45,7 @@ Extension [ extension #159 yac version 0.9.2 ] { Property [ protected $_prefix ] } - - Methods [8] { + - Methods [10] { Method [ public method __construct ] { - Parameters [1] { @@ -71,6 +71,14 @@ Extension [ extension #159 yac version 0.9.2 ] { } } + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + Method [ public method get ] { - Parameters [1] { @@ -78,6 +86,13 @@ Extension [ extension #159 yac version 0.9.2 ] { } } + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Method [ public method delete ] { - Parameters [2] { -- cgit