diff options
Diffstat (limited to 'oni-php/snippets/php-mode/constructor')
| -rw-r--r-- | oni-php/snippets/php-mode/constructor | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/constructor b/oni-php/snippets/php-mode/constructor new file mode 100644 index 0000000..f919e6c --- /dev/null +++ b/oni-php/snippets/php-mode/constructor @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: constructor +# key: constructor +# -- +public function __construct($1) +{ + $0 +}
\ No newline at end of file |
