IPage.inc 59 B

1234567
  1. <?php
  2. interface IPage
  3. {
  4. public function process();
  5. }