1
0
mirror of synced 2025-01-09 18:47:10 +03:00
doctrine2/website/apps/frontend/modules/api_documentation/actions/actions.class.php

22 lines
364 B
PHP
Raw Normal View History

2007-09-01 03:41:48 +04:00
<?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()
{
}
}