Files
portal-legacy/apps/atlbiomed/modules/faq/actions/actions.class.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

21 lines
310 B
PHP
Executable File

<?php
/**
* faq actions.
*
* @package atlbiomed
* @subpackage faq
* @author Your name here
* @version SVN: $Id: actions.class.php 2692 2006-11-15 21:03:55Z fabien $
*/
class faqActions extends sfActions
{
/**
* Executes index action
*
*/
public function executeIndex()
{
}
}