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

« back to all changes in this revision

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

  • Committer: Chad Heuschober
  • Date: 2010-12-04 04:01:41 UTC
  • mfrom: (1.2.1 mayon)
  • Revision ID: chad.heuschober@mail.cuny.edu-20101204040141-orjw950gt411jzmt
Merged changes from r2 of project trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * agPet 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 agPetFormFilter extends BaseagPetFormFilter
 
12
{
 
13
  public function configure()
 
14
  {
 
15
  }
 
16
}