Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 60 → Rev 59

/trunk/Base.php
42,8 → 42,6
/**
* Retrieves a property value.
*
* Automagically called when attempting to read data
* from inaccessible properties.
*
* @param string $name
* Property name
73,8 → 71,8
/**
* Sets a property value.
*
* Automagically called when attempting to write data
* to inaccessible properties.
* Called when attempting to write data to inaccessible
* (usually protected or private) properties.
*
* @param string $name
* Property name