Function Module_admin_cns_emoticons->_import_emoticon
Definitions
adminzone/pages/modules/admin_cns_emoticons.php
- Import an emoticon.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $path | PATH | No | No | required parameter | N/A | N/A | Path to the emoticon file, on disk (must be in theme images folder) |
Preview
Code (PHP)
/**
* Import an emoticon.
*
* @param PATH $path Path to the emoticon file, on disk (must be in theme images folder)
*/
public function _import_emoticon(string $path)
* Import an emoticon.
*
* @param PATH $path Path to the emoticon file, on disk (must be in theme images folder)
*/
public function _import_emoticon(string $path)

