dotar/vim/snippets/php/fun.snippet

5 lines
66 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
${1:public }function ${2:FunctionName}(${3})
{
${4:// code...}
}