From d3cf6532c8a8fdb8c089845ccd30d794a611641c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 28 Sep 2016 11:30:34 +0100 Subject: [PATCH] [PHP] Add Getter / Setter method generator --- BigBoxOfPHP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBoxOfPHP.md b/BigBoxOfPHP.md index c5d2407..f3a3f2a 100644 --- a/BigBoxOfPHP.md +++ b/BigBoxOfPHP.md @@ -3,3 +3,4 @@ - [Fixing cURL's HTTPS issues](https://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/) - [PHP Markdown](https://michelf.ca/projects/php-markdown/) - An alternative markdown parser for PHP + - [Getter / Setter method generator](http://mikeangstadt.name/projects/getter-setter-gen/) - An online generator that generates all the getter / setter methods for a class automagically. Just paste in your class and it'll do the rest.