PHP Classes

Property: Add read-only class variables dynamically

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 573 This week: 1All time: 5,355 This week: 560Up
Version License PHP version Categories
property 1.0GNU General Publi...5PHP 5, Data types
Description 

Author

This package can be used to add and remove variables to a class dynamically at run-time.

The variables may be made read-only. Read-only variables may not be changed or removed.

Each variable may have associated custom setter and getter functions in order to implement special purpose behavior when the variable is changed or retrieved.

Innovation Award
PHP Programming Innovation award nominee
December 2006
Number 9
Under PHP 5, you can have classes with variables with restricted access using private and protected accessor clauses. However, these keywords do not provide read-only access to a variable.

This class implements read-only access control into class variables. It uses special getter and setter functions to overcome the original access control restrictions of PHP 5.

Manuel Lemos
Picture of Lucas Araújo
Name: Lucas Araújo <contact>
Classes: 2 packages by
Country: Brazil Brazil
Age: 42
All time rank: 147294 in Brazil Brazil
Week rank: 416 Up36 in Brazil Brazil Up
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Plain text file Property.php Class Property and Value classes
Accessible without login Plain text file PropertyTest.php Example Property class test

 Version Control Unique User Downloads Download Rankings  
 0%
Total:573
This week:1
All time:5,355
This week:560Up