Development

/plugins/sfIpGeolocHelperPlugin/lib/filter/countryFormFilter.class.php

You must first sign up to be able to contribute.

root/plugins/sfIpGeolocHelperPlugin/lib/filter/countryFormFilter.class.php

Revision 24399, 315 bytes (checked in by lombardot, 3 years ago)

Add toolkit

Line 
1 <?php
2
3 /**
4  * country filter form.
5  *
6  * @package    ##PROJECT_NAME##
7  * @subpackage filter
8  * @author     ##AUTHOR_NAME##
9  * @version    SVN: $Id: sfPropelFormFilterTemplate.php 11675 2008-09-19 15:21:38Z fabien $
10  */
11 class countryFormFilter extends BasecountryFormFilter
12 {
13   public function configure()
14   {
15   }
16 }
17
Note: See TracBrowser for help on using the browser.