| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
exit; // Exit if accessed directly |
| 4 |
} |
| 5 |
|
| 6 |
/* |
| 7 |
* To change this license header, choose License Headers in Project Properties. |
| 8 |
* To change this template file, choose Tools | Templates |
| 9 |
* and open the template in the editor. |
| 10 |
*/ |
| 11 |
|
| 12 |
/** |
| 13 |
* Description of ResoBase |
| 14 |
* |
| 15 |
* @author cretu |
| 16 |
*/ |
| 17 |
class ResoBase { |
| 18 |
|
| 19 |
|
| 20 |
} |
| 21 |
|