Changeset 1301 for trunk/src/main/php/net/stubbles/reflection/annotations/stubAbstractAnnotation.php
- Timestamp:
- 01/25/08 20:09:22 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAbstractAnnotation.php
r1296 r1301 91 91 * takes care of serializing the value 92 92 * 93 * @param array $propertiesToSerialize list of properties to serialize94 * @param string $name name of the property to serialize95 * @param mixed $value value to serialize93 * @param array &$propertiesToSerialize list of properties to serialize 94 * @param string $name name of the property to serialize 95 * @param mixed $value value to serialize 96 96 */ 97 97 protected function __doSerialize(&$propertiesToSerialize, $name, $value)
