diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-09 08:41:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-09 08:41:06 +0100 |
commit | ce84d69b14680f731fe3bd58c5288377b2371b25 (patch) | |
tree | 8b3c648404095507cb492f6b01030c2e806f74b3 /REFLECTION | |
parent | 5dda11dfc98bbc0d27bddf75182a54fc72ec3057 (diff) |
v0.3.0 (stable)
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] { |