/** | |
* Add your description here | |
* | |
* [section: Plugins] | |
* [category: Your Plugin Name] | |
* | |
* @myParam A description of this parameter | |
*/ | |
public array function awesomeFunction(required string myParam){ | |
local.rv=[]; | |
arrayAppend(local.rv, arguments.myParam); | |
return local.rv; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment