aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/DeleteQueryTypeQueryComponent.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-20 21:07:18 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-20 21:07:18 +0000
commit45c14238add012729c01f3196076e33965e365a9 (patch)
tree1296239cdcc43a39b4118515f1c97ce65e2b725c /engine/classes/DeleteQueryTypeQueryComponent.php
parent0ecbe633a83170e0f487f14cc8783117795230e1 (diff)
downloadelgg-45c14238add012729c01f3196076e33965e365a9.tar.gz
elgg-45c14238add012729c01f3196076e33965e365a9.tar.bz2
Refs #2450: Documented first bit of the classes.
git-svn-id: http://code.elgg.org/elgg/trunk@6952 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/DeleteQueryTypeQueryComponent.php')
-rw-r--r--engine/classes/DeleteQueryTypeQueryComponent.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/engine/classes/DeleteQueryTypeQueryComponent.php b/engine/classes/DeleteQueryTypeQueryComponent.php
index 645e95cb5..328c57b31 100644
--- a/engine/classes/DeleteQueryTypeQueryComponent.php
+++ b/engine/classes/DeleteQueryTypeQueryComponent.php
@@ -1,9 +1,11 @@
<?php
/**
- * @class DeleteQueryTypeQueryComponent
- * A delete query.
- * @author Curverider Ltd
- * @see Query
+ * Delete query
+ *
+ * @todo probably remove.
+ * @access private
+ * @package Elgg.Core
+ * @subpackage Unimplemented
*/
class DeleteQueryTypeQueryComponent extends QueryTypeQueryComponent
{