Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
* @package tests
4
*/
5
/**
6
* @package tests
7
*/
8
class functionincomment
9
{
10
 
11
 
12
  /* function */
13
 
14
  function process($trxtype, $tender = 'C')
15
  {
16
  }
17
}
18
 
19
?>