Skip to content

Commit

Permalink
Add class constructor snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
aubm committed Oct 10, 2014
1 parent a4d404d commit 90eb30b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Custom PHP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
<option name="PHP" value="true" />
</context>
</template>
<template name="construct" value="public function __construct()&#10;{&#10; $END$&#10;}" description="class constructor" toReformat="false" toShortenFQNames="true">
<context>
<option name="PHP" value="true" />
</context>
</template>
</templateSet>

0 comments on commit 90eb30b

Please sign in to comment.