IndexAction.class.php 84 B

12345678910
  1. <?php
  2. class IndexAction extends Action {
  3. /*
  4. */
  5. public function index(){
  6. }
  7. }