Author: rande
Date: 2010-01-12 17:10:19 +0100 (Tue, 12 Jan 2010)
New Revision: 26538
Modified:
plugins/sfSolrPlugin/branches/sf1.2/lib/sfLucene.class.php
Log:
[sfSolrPlugin] add sfLucene::getConfiguration
Modified: plugins/sfSolrPlugin/branches/sf1.2/lib/sfLucene.class.php
===================================================================
--- plugins/sfSolrPlugin/branches/sf1.2/lib/sfLucene.class.php 2010-01-12
16:05:04 UTC (rev 26537)
+++ plugins/sfSolrPlugin/branches/sf1.2/lib/sfLucene.class.php 2010-01-12
16:10:19 UTC (rev 26538)
@@ -272,6 +272,17 @@
$this->raw_configuration = $config;
}
+ /**
+ * return the related sfApplicationConfiguration bound to this index
+ *
+ * @return sfApplicationConfiguration
+ */
+ public function getConfiguration()
+ {
+
+ return $this->configuration;
+ }
+
public function getRawConfiguration()
{
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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/symfony-svn?hl=en.