thd/lib/form/doctrine/ThdImageForm.class.php
changeset 35 94a1dc255022
equal deleted inserted replaced
34:56befcb22751 35:94a1dc255022
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * ThdImage form.
       
     5  *
       
     6  * @package    form
       
     7  * @subpackage ThdImage
       
     8  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
       
     9  */
       
    10 class ThdImageForm extends BaseThdImageForm
       
    11 {
       
    12   public function configure()
       
    13   {
       
    14   }
       
    15 }