diff options
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] { |