summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/php-mode/pps
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/php-mode/pps')
-rw-r--r--.emacs.d/mysnippets/text-mode/php-mode/pps6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/php-mode/pps b/.emacs.d/mysnippets/text-mode/php-mode/pps
new file mode 100644
index 0000000..4eb0fad
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/php-mode/pps
@@ -0,0 +1,6 @@
1#name : php public function
2# --
3public function set${1:name}(${2:value})
4{
5 $this->$0$2 = $2;
6}