From 2caf08b74fedbb091d73efcccb5f64a8c385dde2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2017 11:40:05 +0200 Subject: v3.0.5 --- REFLECTION | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b4a9156..b2271a1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #128 yaf version 3.0.4 ] { +Extension [ extension #159 yaf version 3.0.5 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ extension #128 yaf version 3.0.4 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.0.4 } + Constant [ string YAF_VERSION ] { 3.0.5 } Constant [ string YAF_ENVIRON ] { product } Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } @@ -498,7 +498,7 @@ Extension [ extension #128 yaf version 3.0.4 ] { Property [ protected $routed ] } - - Methods [29] { + - Methods [31] { Method [ public method isGet ] { - Parameters [0] { @@ -511,6 +511,18 @@ Extension [ extension #128 yaf version 3.0.4 ] { } } + Method [ public method isDelete ] { + + - Parameters [0] { + } + } + + Method [ public method isPatch ] { + + - Parameters [0] { + } + } + Method [ public method isPut ] { - Parameters [0] { @@ -714,7 +726,7 @@ Extension [ extension #128 yaf version 3.0.4 ] { Property [ protected $routed ] } - - Methods [37] { + - Methods [39] { Method [ public method getQuery ] { } @@ -754,6 +766,18 @@ Extension [ extension #128 yaf version 3.0.4 ] { } } + Method [ public method isDelete ] { + + - Parameters [0] { + } + } + + Method [ public method isPatch ] { + + - Parameters [0] { + } + } + Method [ public method isPut ] { - Parameters [0] { @@ -953,7 +977,7 @@ Extension [ extension #128 yaf version 3.0.4 ] { Property [ protected $routed ] } - - Methods [37] { + - Methods [39] { Method [ public method __construct ] { } @@ -993,6 +1017,18 @@ Extension [ extension #128 yaf version 3.0.4 ] { } } + Method [ public method isDelete ] { + + - Parameters [0] { + } + } + + Method [ public method isPatch ] { + + - Parameters [0] { + } + } + Method [ public method isPut ] { - Parameters [0] { -- cgit