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

Bence Eros' Blog: Getters, setters, performance

Francois Zaninotto: Node.js for PHP Developers Series

Total PHP: Browser based template editor

PHPMaster.com: 10 Tips for Better Coding

Jani Hartikainen's Blog: A simple way to make your code better: Stop adding more parameters


Community Events











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


database rest podcast interview unittest release usergroup functional series testing development opinion language zendframework2 framework community symfony2 introduction conference phpunit

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