webservice/application/controllers/IndexController.php
Michael RICOIS eae820245e PHP-CS-Fixer
2016-11-29 15:10:11 +01:00

16 lines
205 B
PHP

<?php
class IndexController extends Zend_Controller_Action
{
public function indexAction()
{
}
public function contactAction()
{
}
public function aboutAction()
{
}
}