root/trunk/lib/form/LocalEventForm.class.php

Revision 75, 215 bytes (checked in by nperriault, 3 months ago)

[1.1]:

  • Companies and people modules migrated, with according form classes and templates, and functional test suite
  • Enhanced SymfoniansTestBrowser?
Line 
1 <?php
2 /**
3  * LocalEvent form.
4  *
5  * @package    form
6  * @subpackage local_event
7  */
8 class LocalEventForm extends BaseLocalEventForm
9 {
10   /**
11    * Form configuration
12    *
13    */
14   public function configure()
15   {
16   }
17 }
18
Note: See TracBrowser for help on using the browser.