~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to lib/form/doctrine/agWebservicesPackage.moved/sfGuardUserProfileForm.class.php

  • Committer: Fabio Albuquerque
  • Date: 2011-08-13 13:46:26 UTC
  • Revision ID: fabiocbalbuquerque@gmail.com-20110813134626-6wter3kt09mzz8ew
Adding files removed unintentionally

Show diffs side-by-side

added added

removed removed

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