autoload_root.inc 96 B

12345678910
  1. <?php
  2. class autoload_root {
  3. function testFunction()
  4. {
  5. return true;
  6. }
  7. }
  8. ?>