1
0
mirror of synced 2024-12-16 16:16:04 +03:00
doctrine2/website/apps/frontend/modules/api_documentation/actions/actions.class.php
2007-08-31 23:41:48 +00:00

22 lines
364 B
PHP

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