ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
dev-docs.php
Go to the documentation of this file.
1 <pre>
2 
3 <?php
4 include './validator.inc';
5 
6 // print reflection
7 reflectionClass::export('validator');
8 echo '</pre>';
9 
10 //print source code
11 highlight_file('./validator.inc');
12 
13 ?>