Base.php 83 B

1234567
  1. <?php
  2. namespace Qii\Bootstrap;
  3. interface Base
  4. {
  5. public function _initialize();
  6. }