10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
|
# -*- 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
|
||
|
}
|