dotar/vim/snippets/php/sfun.snippet
2011-11-17 16:00:49 -06:00

5 lines
73 B
Plaintext
Executable File

${1:public }static function ${2:FunctionName}(${3})
{
${4:// code...}
}