aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/constructor
blob: f919e6c156bd4f5983c7a2921175a104ba4d8c52 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: constructor
# key: constructor
# --
public function __construct($1)
{
  $0
}