Changeset 1239 for trunk/src/response/AgaviXmlrpcepiphpResponse.class.php
- Timestamp:
- 11/05/06 00:50:01 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/response/AgaviXmlrpcepiphpResponse.class.php
r1098 r1239 54 54 * Prepend content to the existing content for this Response. 55 55 * 56 * @param mixedThe content to be prepended to this Response.56 * @param array The content to be prepended to this Response. 57 57 * 58 58 * @return bool Whether or not the operation was successful. … … 69 69 * Append content to the existing content for this Response. 70 70 * 71 * @param mixedThe content to be appended to this Response.71 * @param array The content to be appended to this Response. 72 72 * 73 73 * @return bool Whether or not the operation was successful.

