~agasti-rhok-02/sahana-agasti/mayon-rhok-02

« back to all changes in this revision

Viewing changes to lib/filter/doctrine/agGeoTypeFormFilter.class.php

  • Committer: charles wisniewski
  • Date: 2010-12-08 22:06:31 UTC
  • mfrom: (1.1.3 cuny-sps-trunk)
  • Revision ID: charles.wisniewski@mail.cuny.edu-20101208220631-63o0t8b9vi7nbbu6
all up to date

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
/**
4
 
 * agGeoType filter form.
5
 
 *
6
 
 * @package    AGASTI_CORE
7
 
 * @subpackage filter
8
 
 * @author     CUNY SPS
9
 
 * @version    SVN: $Id: sfDoctrineFormFilterTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
10
 
 */
11
 
class agGeoTypeFormFilter extends BaseagGeoTypeFormFilter
12
 
{
13
 
  public function configure()
14
 
  {
15
 
  }
16
 
}