init
This commit is contained in:
10
snippets/php-mode/get
Normal file
10
snippets/php-mode/get
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Robin de Rooij <rderooij685@gmail.com>
|
||||
# name: get
|
||||
# key: get
|
||||
# group: definitions
|
||||
# --
|
||||
public function get${1:$(upcase-initials yas-text)}()
|
||||
{
|
||||
return \$this->$1;
|
||||
}
|
||||
Reference in New Issue
Block a user