14 lines
163 B
Text
14 lines
163 B
Text
|
extends html
|
||
|
snippet pubf "Public Function"
|
||
|
public function $1($2) {
|
||
|
$0
|
||
|
}
|
||
|
endsnippet
|
||
|
|
||
|
snippet prif "Private Function"
|
||
|
private function $1($2) {
|
||
|
$0
|
||
|
}
|
||
|
endsnippet
|
||
|
|