1
0
mirror of synced 2025-01-19 15:01:40 +03:00

22 lines
364 B
PHP
Raw Normal View History

2007-08-31 23:41:48 +00: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()
{
}
}