Development

/plugins/idlErrorManagementPlugin/modules/idlApplicationErrorAdmin/actions/actions.class.php

You must first sign up to be able to contribute.

root/plugins/idlErrorManagementPlugin/modules/idlApplicationErrorAdmin/actions/actions.class.php

Revision 31284, 0.5 kB (checked in by jeanmonod, 3 years ago)

Import to symfony repo

Line 
1 <?php
2 /*
3  * This file is part of the idlErrorManagementPlugin
4  * (c) Idael Software <info AT idael.ch>
5  *
6  * For the full copyright and license information, please view the LICENSE
7  * file that was distributed with this source code.
8  */
9
10 require_once dirname(__FILE__).'/../lib/idlApplicationErrorAdminGeneratorConfiguration.class.php';
11 require_once dirname(__FILE__).'/../lib/idlApplicationErrorAdminGeneratorHelper.class.php';
12
13 /**
14  * idlApplicationErrorAdmin actions.
15  */
16 class idlApplicationErrorAdminActions extends autoIdlApplicationErrorAdminActions
17 {
18 }
19
Note: See TracBrowser for help on using the browser.