Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neokoenig/d149a75aa69b8cac49464ffc12f19027 to your computer and use it in GitHub Desktop.
Save neokoenig/d149a75aa69b8cac49464ffc12f19027 to your computer and use it in GitHub Desktop.
/**
* 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