diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/php-mode/ppg')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/php-mode/ppg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/php-mode/ppg b/.emacs.d/mysnippets/text-mode/php-mode/ppg new file mode 100644 index 0000000..b648335 --- /dev/null +++ b/.emacs.d/mysnippets/text-mode/php-mode/ppg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #name : php public function | ||
| 2 | # -- | ||
| 3 | public function get${1:name}() | ||
| 4 | { | ||
| 5 | return $this->$0; | ||
| 6 | } | ||
