- 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/xmlshell.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) … … 78 78 * 79 79 * @param string $RI The resource identifier of the document that should be deleted. 80 * @return bool Indicating success.80 * @return boolean Indicating success. 81 81 */ 82 82 function delete ($RI) … … 93 93 * This will drop the current index. 94 94 * 95 * @return bool Indicating success.95 * @return boolean Indicating success. 96 96 */ 97 97 function delete_all()
