Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 59 → Rev 60

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