. */ /** * Doctrine_Search_Analyzer_Interface * * @package Doctrine * @subpackage Search * @author Konsta Vesterinen * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @version $Revision$ * @link www.phpdoctrine.com * @since 1.0 */ interface Doctrine_Search_Analyzer_Interface { public function analyze($text); }