summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/php-mode/ppg
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/php-mode/ppg')
-rw-r--r--.emacs.d/mysnippets/text-mode/php-mode/ppg6
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# --
3public function get${1:name}()
4{
5 return $this->$0;
6}