PageRenderTime 49ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/form/sfLuceneAdvancedForm.class.php

https://bitbucket.org/anycode/sfluceneplugin
PHP | 25 lines | 4 code | 2 blank | 19 comment | 0 complexity | 1a4dfd1ab563e2d43e03c626275733df 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 sfLuceneAdvancedForm. If you wish to extend this form,
  11. * overload this class. This class will always be empty.
  12. *
  13. * This form represents the advanced search form that is displayed when the user
  14. * surfs to the "Advanced" page.
  15. *
  16. * @package sfLucenePlugin
  17. * @subpackage Form
  18. * @author Carl Vondrick <carl@carlsoft.net>
  19. * @version SVN: $Id: sfLuceneAdvancedForm.class.php 7108 2008-01-20 07:44:42Z Carl.Vondrick $
  20. */
  21. class sfLuceneAdvancedForm extends sfLuceneAdvancedFormBase
  22. {
  23. }