News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Sublime Text 2 Snippet for PHP getter and setter generation
January 03, 2012 @ 09:54:23

In a quick new post to his blog, Rob Allen has shared a snippet for the Sublime Text 2 editor to make creating getters and setters for your class simpler (dynamically too).

As with a lot of editors, Sublime Text supports snippets which are essentially text expansions of a short phrase into more text. I needed to create a few getXxx() and setXxx() methods for some properties of a class and decided that the easiest way to do this would be with a snippet.

Included in the post is the code you'll need to put into the snippet - a simple find (regular expression based) looks at the currently selected variable and expands out the getter and setter for it. For more information on the Sublime Text 2 editor, see the product's website.

0 comments voice your opinion now!
sublimetext2 editor snippet getter setter code


blog comments powered by Disqus

Similar Posts

Giorgio Sironi's Blog: Never write the same code twice: Dependency Injection

DZone.com: How to remove getters and setters

Alex Netkachov's Blog: Are setters evil?

DZone.com: Reuse your closures with functors

Bence Eros' Blog: Getters, setters, performance


Community Events











Don't see your event here?
Let us know!


community zendframework2 framework conference object release podcast development language code unittest composer functional tool series opinion interview introduction example testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework