diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #176 yaf version 3.0.8 ] { +Extension [ <persistent> extension #107 yaf version 3.0.9 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,18 +40,18 @@ Extension [ <persistent> extension #176 yaf version 3.0.8 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.0.8 } + Constant [ string YAF_VERSION ] { 3.0.9 } Constant [ string YAF_ENVIRON ] { product } - Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } - Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } - Constant [ integer YAF_ERR_DISPATCH_FAILED ] { 514 } - Constant [ integer YAF_ERR_AUTOLOAD_FAILED ] { 520 } - Constant [ integer YAF_ERR_NOTFOUND_MODULE ] { 515 } - Constant [ integer YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } - Constant [ integer YAF_ERR_NOTFOUND_ACTION ] { 517 } - Constant [ integer YAF_ERR_NOTFOUND_VIEW ] { 518 } - Constant [ integer YAF_ERR_CALL_FAILED ] { 519 } - Constant [ integer YAF_ERR_TYPE_ERROR ] { 521 } + Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } + Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } + Constant [ int YAF_ERR_DISPATCH_FAILED ] { 514 } + Constant [ int YAF_ERR_AUTOLOAD_FAILED ] { 520 } + Constant [ int YAF_ERR_NOTFOUND_MODULE ] { 515 } + Constant [ int YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } + Constant [ int YAF_ERR_NOTFOUND_ACTION ] { 517 } + Constant [ int YAF_ERR_NOTFOUND_VIEW ] { 518 } + Constant [ int YAF_ERR_CALL_FAILED ] { 519 } + Constant [ int YAF_ERR_TYPE_ERROR ] { 521 } } - Classes [38] { |