icingaweb2/modules/doc/application/controllers/IndexController.php

19 lines
373 B
PHP
Raw Normal View History

2013-10-16 08:45:23 -04:00
<?php
// @codingStandardsIgnoreStart
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Module\Doc\Controller as DocController;
2013-10-16 08:45:23 -04:00
class Doc_IndexController extends DocController
2013-10-16 08:45:23 -04:00
{
/**
* Display the application's documentation
*/
2013-10-16 08:45:23 -04:00
public function indexAction()
{
$this->populateView();
2013-10-16 08:45:23 -04:00
}
}
// @codingStandardsIgnoreEnd