diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #118 psr version 0.3.0RC4 ] { +Extension [ <persistent> extension #123 psr version 0.3.0 ] { - Dependencies { Dependency [ spl (Required) ] @@ -1224,14 +1224,14 @@ Extension [ <persistent> extension #118 psr version 0.3.0RC4 ] { Class [ <internal:psr> class Psr\Log\LogLevel ] { - Constants [8] { - Constant [ string EMERGENCY ] { emergency } - Constant [ string ALERT ] { alert } - Constant [ string CRITICAL ] { critical } - Constant [ string ERROR ] { error } - Constant [ string WARNING ] { warning } - Constant [ string NOTICE ] { notice } - Constant [ string INFO ] { info } - Constant [ string DEBUG ] { debug } + Constant [ public string EMERGENCY ] { emergency } + Constant [ public string ALERT ] { alert } + Constant [ public string CRITICAL ] { critical } + Constant [ public string ERROR ] { error } + Constant [ public string WARNING ] { warning } + Constant [ public string NOTICE ] { notice } + Constant [ public string INFO ] { info } + Constant [ public string DEBUG ] { debug } } - Static properties [0] { |