Intf.php 72 B

123456789
  1. <?php
  2. /**
  3. * View Intferface
  4. */
  5. namespace Qii\View;
  6. interface Intf
  7. {
  8. }