PHP Classes

Property: Add read-only class variables dynamically

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 573 All time: 5,358 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: 43
All time rank: 147093 in Brazil Brazil
Week rank: 199 Up16 in Brazil Brazil Up
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:573
This week:0
All time:5,358
This week:560Up