confi-emacs-actual/snippets/php-mode/method

9 lines
121 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: class method
# key: met
# uuid: met
# --
${1:public} function ${2:name}($3)
{
`%`$0
}