mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-01 17:37:27 -04:00
21 lines
310 B
PHP
Executable File
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()
|
|
{
|
|
}
|
|
}
|