- 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.php
r13625 r14329 34 34 * 35 35 * @param Array $documents A list of midcom_services_indexer_document objects. 36 * @return bool Indicating success.36 * @return boolean Indicating success. 37 37 */ 38 38 function index ($documents) … … 45 45 * 46 46 * @param string $RI The resource identifier of the document that should be deleted. 47 * @return bool Indicating success.47 * @return boolean Indicating success. 48 48 */ 49 49 function delete ($RI) … … 57 57 * This will drop the current index. 58 58 * 59 * @return bool Indicating success.59 * @return boolean Indicating success. 60 60 */ 61 61 function delete_all()
