source: trunk/jmessenger/inc/class.teste.inc.php @ 2896

Revision 2896, 96 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - merged sandbox/jabberit_messenger/trophy_expresso para trunk/expresso/jmessenger

  • Property svn:executable set to *
Line 
1<?php
2
3class teste
4{
5       
6        function aqui_dentro()
7        {
8                return "Function aqui dentro";         
9        }
10       
11}
12
13?>
Note: See TracBrowser for help on using the repository browser.