News Feed
Jobs Feed
Sections




News Archive
DevShed:
Defining Public and Protected Methods with Member Visibility in PHP 5
June 12, 2008 @ 07:51:13

DevShed continues their series looking at variable scoping in PHP5 classes with this new look at using the public and protected keywords to "restrict member visibility".

Now that you know what will be treated in this fourth chapter of the series, it's time to learn how to declare and implement public and protected methods with PHP 5 classes. Of course, as always I'm going to address this useful topic by using a hands-on approach, which means that there's a bunch of code samples ahead, waiting patiently for you.

They talk about calling methods globally first and then move into the keyword restrictions. They show the difference between a public method/variable and a protected one, including how to get at the protected members from a child class.

0 comments voice your opinion now!
tutorial php5 protected member visibility public child


blog comments powered by Disqus

Similar Posts

Michael Bommarito\'s Blog: Day Three - PHP5 vs PHP6 Benchmark

PHPMaster.com: Generating Invoices with Zend_Pdf

Cal Evans' Blog: Lessons in Phar

Pablo Viquez: PHP Step by Step Debugging with JMeter, XDebug & Eclipse PDT

PHPMaster.com: Localizing PHP Applications "The Right Way", Part 5


Community Events











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


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

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