| # -*- mode: snippet -*- | |
| # contributor: USAMI Kenta <tadsan@zonu.me> | |
| # name: class | |
| # key: cls | |
| # group: definitions | |
| # -- | |
| class ${1:`(yas-php-get-class-name-by-file-name)`} | |
| { | |
|   $0 | |
| } |