init
This commit is contained in:
10
snippets/php-mode/interface
Normal file
10
snippets/php-mode/interface
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: interface
|
||||
# key: interface
|
||||
# group : definitions
|
||||
# --
|
||||
interface ${1:`(yas-php-get-class-name-by-file-name)`}
|
||||
{
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user