Changeset 901
- Timestamp:
- 09/11/07 17:43:10 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/stubReflectionFunction.php
r900 r901 121 121 * If the return type is a known class the return value is an instance of 122 122 * stubReflectionClass, if it is a scalar type or an unknown class the 123 * return value is a string and if the methoddoes not have a return value123 * return value is a string and if the function does not have a return value 124 124 * this method returns null. 125 125 * Please be aware that this is guessing from the doc block with which the 126 * method is documented. If the doc block is missing or incorrect the return127 * value of this method may be wrong. This is due to missing type hints for128 * return values in PHP itself.126 * function is documented. If the doc block is missing or incorrect the 127 * return value of this method may be wrong. This is due to missing type 128 * hints for return values in PHP itself. 129 129 * 130 130 * @return string|stubReflectionClass
