summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/php-mode/ppg
blob: b648335b9d21c7c655e7f89ebe2867027105ba19 (plain)
1
2
3
4
5
6
#name : php public function
# --
public function get${1:name}()
{
  return $this->$0;
}