Author: david
Date: Tue Jan 10 14:40:08 2012
New Revision: 10629
Log:
Add phpdoc for getTermsForLookup
Modified:
trunk/lib/task/csvIsaarImportTask.class.php
Modified: trunk/lib/task/csvIsaarImportTask.class.php
==============================================================================
--- trunk/lib/task/csvIsaarImportTask.class.php Tue Jan 10 14:33:59 2012
(r10628)
+++ trunk/lib/task/csvIsaarImportTask.class.php Tue Jan 10 14:40:08 2012
(r10629)
@@ -114,6 +114,14 @@
fclose($fh);
}
+ /**
+ * Get a hash table for looking up term ids based on the term name
+ *
+ * @param integer $taxonomyId taxonomy foreign key
+ * @param sfPropelConnection $connnection database connection
+ *
+ * @return array hash table keyed on the English term name
+ */
protected function getTermsForLookup($taxonomyId, $connection)
{
$query = "SELECT term.id, i18n.name
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.