diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #76 imagick version 3.4.4 ] { +Extension [ <persistent> extension #77 imagick version 3.4.4 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -306,7 +306,7 @@ Extension [ <persistent> extension #76 imagick version 3.4.4 ] { Class [ <internal:imagick> <iterateable> class Imagick implements Iterator, Traversable, Countable ] { - - Constants [573] { + - Constants [574] { Constant [ public int COLOR_BLACK ] { 11 } Constant [ public int COLOR_BLUE ] { 12 } Constant [ public int COLOR_CYAN ] { 13 } @@ -403,6 +403,7 @@ Extension [ <persistent> extension #76 imagick version 3.4.4 ] { Constant [ public int STYLE_ITALIC ] { 2 } Constant [ public int STYLE_OBLIQUE ] { 3 } Constant [ public int STYLE_ANY ] { 4 } + Constant [ public int STYLE_BOLD ] { 5 } Constant [ public int FILTER_UNDEFINED ] { 0 } Constant [ public int FILTER_POINT ] { 1 } Constant [ public int FILTER_BOX ] { 2 } |