]> git.llucax.com Git - z.facultad/75.43/tp1.git/blob - src/lib/Comentario.php
d0406a92aa9f3263a3b13b015451818b269b0934
[z.facultad/75.43/tp1.git] / src / lib / Comentario.php
1 <?php
2 # vim: et sw=4 sts=4 binary noeol :
3
4 require_once 'Item.php';
5
6 /**
7  * XXX detailed description
8  *
9  * @author    XXX
10  * @copyright XXX
11  */
12 class Comentario extends Item
13 {
14     // Attributes
15     // Associations
16     // Operations
17 }
18
19 ?>