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

Revision 75, 192 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  * Company contact form
4  *
5  * @package    form
6  */
7 class CompanyContactForm extends BaseContactForm
8 {
9   /**
10    * Form configuration
11    *
12    */
13   public function configure()
14   {
15   }
16 }
Note: See TracBrowser for help on using the browser.