PageRenderTime 56ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/form/sfLuceneSimpleForm.class.php

https://bitbucket.org/anycode/sfluceneplugin
PHP | 25 lines | 4 code | 2 blank | 19 comment | 0 complexity | e90d0e2a0b6201b183eb81be9b5127e2 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <?php
  2. /*
  3. * This file is part of the sfLucenePLugin package
  4. * (c) 2007 - 2008 Carl Vondrick <carl@carlsoft.net>
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. /**
  10. * Empty class for sfLuceneSimpleForm. If you wish to extend this form, overload
  11. * this class. This class will always be empty.
  12. *
  13. * This form represents the simple form that is displayed on the standard search
  14. * interface.
  15. *
  16. * @package sfLucenePlugin
  17. * @subpackage Form
  18. * @author Carl Vondrick <carl@carlsoft.net>
  19. * @version SVN: $Id: sfLuceneSimpleForm.class.php 7108 2008-01-20 07:44:42Z Carl.Vondrick $
  20. */
  21. class sfLuceneSimpleForm extends sfLuceneSimpleFormBase
  22. {
  23. }