diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-29 11:40:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-29 11:40:05 +0200 |
commit | 2caf08b74fedbb091d73efcccb5f64a8c385dde2 (patch) | |
tree | ed325fbae8457972c471ca781fec949282ff0998 /REFLECTION | |
parent | 2bb6ae423b589fb579a34fb1e896c40e2ac75249 (diff) |
v3.0.5
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 46 |
1 files changed, 41 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #128 yaf version 3.0.4 ] { +Extension [ <persistent> extension #159 yaf version 3.0.5 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ <persistent> 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 [ <persistent> extension #128 yaf version 3.0.4 ] { Property [ <default> protected $routed ] } - - Methods [29] { + - Methods [31] { Method [ <internal:yaf> public method isGet ] { - Parameters [0] { @@ -511,6 +511,18 @@ Extension [ <persistent> extension #128 yaf version 3.0.4 ] { } } + Method [ <internal:yaf> public method isDelete ] { + + - Parameters [0] { + } + } + + Method [ <internal:yaf> public method isPatch ] { + + - Parameters [0] { + } + } + Method [ <internal:yaf> public method isPut ] { - Parameters [0] { @@ -714,7 +726,7 @@ Extension [ <persistent> extension #128 yaf version 3.0.4 ] { Property [ <default> protected $routed ] } - - Methods [37] { + - Methods [39] { Method [ <internal:yaf> public method getQuery ] { } @@ -754,6 +766,18 @@ Extension [ <persistent> extension #128 yaf version 3.0.4 ] { } } + Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isDelete ] { + + - Parameters [0] { + } + } + + Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPatch ] { + + - Parameters [0] { + } + } + Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPut ] { - Parameters [0] { @@ -953,7 +977,7 @@ Extension [ <persistent> extension #128 yaf version 3.0.4 ] { Property [ <default> protected $routed ] } - - Methods [37] { + - Methods [39] { Method [ <internal:yaf, ctor> public method __construct ] { } @@ -993,6 +1017,18 @@ Extension [ <persistent> extension #128 yaf version 3.0.4 ] { } } + Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isDelete ] { + + - Parameters [0] { + } + } + + Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPatch ] { + + - Parameters [0] { + } + } + Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPut ] { - Parameters [0] { |