- Timestamp:
- 01/09/08 00:20:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/services/indexer/backend/xmltcp.php
r13625 r14329 64 64 * 65 65 * @param Array $documents A list of midcom_services_indexer_document objects. 66 * @return bool Indicating success.66 * @return boolean Indicating success. 67 67 */ 68 68 function index ($documents) … … 81 81 * 82 82 * @param string $RI The resource identifier of the document that should be deleted. 83 * @return bool Indicating success.83 * @return boolean Indicating success. 84 84 */ 85 85 function delete ($RI) … … 99 99 * This will drop the current index. 100 100 * 101 * @return bool Indicating success.101 * @return boolean Indicating success. 102 102 */ 103 103 function delete_all() … … 148 148 * 149 149 * Note, that both classes call generate_error on critical errors. 150 * @return bool Indicating success of execution, does not indicate indexer-reported150 * @return boolean Indicating success of execution, does not indicate indexer-reported 151 151 * errors or warnings. 152 152 */
