Files
pae.co.at/trunk/proactiveenglish/apps/frontend/modules/where/actions/actions.class.php
2017-03-02 21:57:21 -06:00

21 lines
310 B
PHP

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