22 lines
364 B
PHP
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()
|
|
{
|
|
|
|
}
|
|
}
|