Innovation Award
 February 2010
Number 6 |
Private and protected variables may not be accessed from code that is outside the object class.
Sometimes it is necessary that external code has read-only access to private and protected variables. This class provides a way to achieve that.
Manuel Lemos |
This class can be used to make protected class properties accessible from outside.
It is an abstract class that provides access to retrieve values of protected properties while still preventing to change their values.
Protected properties with names that start with an underscore still cannot be accessed from outside of the class even i
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.