get_watermarker()
get_watermarker() : \cge_watermark
Get a new watermarker object filled with module preferences.
A factory class to return objects setup with some internal defaults or some preferences.
create_watermarker() : \cge_watermark
Get a new watermarker object filled with module preferences.
| None found |
get_uploader(string $prefix = '', string $destdir = '')
Get a new object for handling uploads filled with settings defined in the module admin panel.
| string | $prefix | An optional prefix for all upload file keys |
| string | $destdir | The optional destination directory. If specified this overrides the default destination directory. |
| None found |
create_uploader(string $prefix = '', string $destdir = '')
Get a new object for handling uploads filled with settings defined in the module admin panel.
| string | $prefix | An optional prefix for all upload file keys |
| string | $destdir | The optional destination directory. If specified this overrides the default destination directory. |
| None found |